[Fai-commit] r5564 - trunk/bin
Thomas Lange
lange at alioth.debian.org
Tue Oct 20 08:55:00 UTC 2009
Author: lange
Date: 2009-10-20 08:55:00 +0000 (Tue, 20 Oct 2009)
New Revision: 5564
Modified:
trunk/bin/fai
Log:
option -s needs an argument
Modified: trunk/bin/fai
===================================================================
--- trunk/bin/fai 2009-10-20 08:54:41 UTC (rev 5563)
+++ trunk/bin/fai 2009-10-20 08:55:00 UTC (rev 5564)
@@ -154,7 +154,7 @@
# Main routine
# Parse commandline options
-TEMP=$(getopt -o su:Nhvc:C: --long cspace:,hostname:,new,help,verbose,class:,cfdir: -n "$0" -- "$@")
+TEMP=$(getopt -o s:u:Nhvc:C: --long cspace:,hostname:,new,help,verbose,class:,cfdir: -n "$0" -- "$@")
if [ $? != 0 ] ; then echo "Terminating..." >&2 ; exit 1 ; fi
# Note the quotes around `$TEMP': they are essential!
eval set -- "$TEMP"
More information about the Fai-commit
mailing list