Fix for when '-u' option is omitted.
authorrjones <rjones@F10x32.home.annexia.org>
Mon, 11 May 2009 15:09:45 +0000 (16:09 +0100)
committerrjones <rjones@F10x32.home.annexia.org>
Mon, 11 May 2009 15:09:45 +0000 (16:09 +0100)
febootstrap.sh

index 7398516..91b4f55 100755 (executable)
@@ -117,7 +117,7 @@ fi
 
 # Add the updates repository if asked.
 case "$updates" in
-    none|no)
+    ""|none|no)
        ;;
     *://*)
        cat >> $tmpdir/febootstrap.repo <<EOF