From: rjones Date: Mon, 11 May 2009 15:09:45 +0000 (+0100) Subject: Fix for when '-u' option is omitted. X-Git-Tag: 2.0~2 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=e8d2809e31c5f4c937dc98239118855b2d1d006e;p=febootstrap.git Fix for when '-u' option is omitted. --- 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 <