From: Jorge Manuel B. S. Vicetto (jmbsvicetto) Date: Fri, 7 Dec 2012 01:49:30 +0000 (+0000) Subject: Fix broken syntax in previous commit. X-Git-Url: http://git.tremily.us/?p=catalyst.git;a=commitdiff_plain;h=8a05e877d2f34a37bc15fc21a1dd05853d4a3a50 Fix broken syntax in previous commit. --- diff --git a/targets/stage1/stage1-chroot.sh b/targets/stage1/stage1-chroot.sh index 72c741ab..e40982b9 100644 --- a/targets/stage1/stage1-chroot.sh +++ b/targets/stage1/stage1-chroot.sh @@ -30,7 +30,7 @@ if [ -n "${clst_update_seed}" ]; then else clst_root_path=/ run_merge "--update --deep --newuse --onlydeps gcc" fi - else if [ "${clst_update_seed}" != "no" ]; + elif [ "${clst_update_seed}" != "no" ]; then echo "Invalid setting for update_seed: ${clst_update_seed}" exit 1 fi