summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrjones <rjones@F10x32.home.annexia.org>2009-05-11 16:09:45 +0100
committerrjones <rjones@F10x32.home.annexia.org>2009-05-11 16:09:45 +0100
commite8d2809e31c5f4c937dc98239118855b2d1d006e (patch)
tree08ebc52f298e7167fe1947c4c7d5347420ca8a68
parent361b6eaa40d34d8f41ab085f1c6e241f87a8e63b (diff)
downloadfebootstrap-e8d2809e31c5f4c937dc98239118855b2d1d006e.tar.gz
febootstrap-e8d2809e31c5f4c937dc98239118855b2d1d006e.tar.xz
febootstrap-e8d2809e31c5f4c937dc98239118855b2d1d006e.zip
Fix for when '-u' option is omitted.
-rwxr-xr-xfebootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/febootstrap.sh b/febootstrap.sh
index 7398516..91b4f55 100755
--- a/febootstrap.sh
+++ b/febootstrap.sh
@@ -117,7 +117,7 @@ fi
# Add the updates repository if asked.
case "$updates" in
- none|no)
+ ""|none|no)
;;
*://*)
cat >> $tmpdir/febootstrap.repo <<EOF