summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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