fix breakage in last commit

This commit is contained in:
Todd C. Miller
2001-11-02 22:25:21 +00:00
parent 1d232a6aaf
commit 2d5486db9a

View File

@@ -9,7 +9,7 @@
# description (or NULL)
# Deal with optional -o (output) argument
if ($#ARGV == 1 && $ARGV[0] eq "-o") {
if ($#ARGV > 0 && $ARGV[0] eq "-o") {
shift;
$header = $cfile = shift;
$header .= '.h';