Stop febootstrap-run from accepting -g and -i options in error.
[febootstrap.git] / febootstrap-run.sh
index 55df233..60cf021 100755 (executable)
 #
 # Written by Richard W.M. Jones <rjones@redhat.com>
 
+unset CDPATH
+
 TEMP=`getopt \
-        -o g:i: \
+        -o '' \
         --long help,ro \
         -n febootstrap-run -- "$@"`
 if [ $? != 0 ]; then