check for -x argument
This commit is contained in:
parent
2fcccbc23f
commit
8c07b37efd
@ -44,6 +44,12 @@ do
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
#############################################
|
#############################################
|
||||||
|
if test "$next_is" = x
|
||||||
|
then
|
||||||
|
echo >&2
|
||||||
|
echo "Option -x expects an argument (the path to the xorriso program)" >&2
|
||||||
|
exit 31
|
||||||
|
fi
|
||||||
|
|
||||||
if [ ! "${1}" ]; then
|
if [ ! "${1}" ]; then
|
||||||
cat << HLP
|
cat << HLP
|
||||||
|
Loading…
Reference in New Issue
Block a user