[Fai-commit] r4200 - trunk/bin

Thomas Lange lange at alioth.debian.org
Sat Dec 16 17:47:35 CET 2006


Author: lange
Date: 2006-12-16 17:47:35 +0100 (Sat, 16 Dec 2006)
New Revision: 4200

Modified:
   trunk/bin/fai
Log:
add missing shift (closes: #402588)


Modified: trunk/bin/fai
===================================================================
--- trunk/bin/fai	2006-12-14 14:11:03 UTC (rev 4199)
+++ trunk/bin/fai	2006-12-16 16:47:35 UTC (rev 4200)
@@ -197,6 +197,7 @@
 	-u|--hostname)
 	    shift
 	    export newhostname=$1
+	    shift
 	    ;;
         --) 
             shift




More information about the Fai-commit mailing list