From e8d2809e31c5f4c937dc98239118855b2d1d006e Mon Sep 17 00:00:00 2001 From: rjones Date: Mon, 11 May 2009 16:09:45 +0100 Subject: [PATCH] Fix for when '-u' option is omitted. --- febootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 <