X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=febootstrap.sh;h=6b46ed4cdeae682a9ed859e7630f9ceb67e1dc64;hb=e0948419331d56c8f95fdeba2bca12ed5b5f1270;hp=3cadf2ab52e772f8bf7b1a930874da3462a0c584;hpb=035dd0842c6c6c92f8669a3f0817fb730accdd5f;p=febootstrap.git diff --git a/febootstrap.sh b/febootstrap.sh index 3cadf2a..6b46ed4 100755 --- a/febootstrap.sh +++ b/febootstrap.sh @@ -82,7 +82,7 @@ mirror="$3" # Architecture is currently always the same as the current arch. We # cannot do --foreign builds. See discussion in the manpage. -arch=$(arch) +arch=$(uname -m) case $arch in i?86) arch=i386 ;; esac @@ -117,7 +117,7 @@ fi # Add the updates repository if asked. case "$updates" in - none|no) + ""|none|no) ;; *://*) cat >> $tmpdir/febootstrap.repo <> $tmpdir/febootstrap.repo <