Prepared test proposal for option -f and for incomplete option -x
This commit is contained in:
@ -136,6 +136,15 @@ do
|
||||
fi
|
||||
done
|
||||
|
||||
if test "$next_is" = x
|
||||
then
|
||||
echo >&2
|
||||
echo "Option -x expects an argument (the path to the xorriso program)" >&2
|
||||
print_help
|
||||
exit 31
|
||||
fi
|
||||
|
||||
# no_getopts = 1
|
||||
else
|
||||
# no_getopts != 1
|
||||
|
||||
|
Reference in New Issue
Block a user