From 8a05e877d2f34a37bc15fc21a1dd05853d4a3a50 Mon Sep 17 00:00:00 2001 From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" Date: Fri, 7 Dec 2012 01:49:30 +0000 Subject: [PATCH] Fix broken syntax in previous commit. --- targets/stage1/stage1-chroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2