From 97daf71e380e5e70403358339cde93ebd8d7cad9 Mon Sep 17 00:00:00 2001 From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" Date: Fri, 31 Aug 2012 01:56:45 +0000 Subject: [PATCH] We need to quote UPDATE_SEED_STAGE or the test will always return sucess. --- 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 641f5c39..2c4dacac 100644 --- a/targets/stage1/stage1-chroot.sh +++ b/targets/stage1/stage1-chroot.sh @@ -26,7 +26,7 @@ run_merge "--oneshot --nodeps sys-apps/baselayout" # Update stage3 #UPDATE_SEED_STAGE="yes" -if [ -n ${UPDATE_SEED_STAGE} ]; then +if [ -n "${UPDATE_SEED_STAGE}" ]; then echo "Updating seed stage..." clst_root_path=/ run_merge "--update --deep --newuse @world" fi -- 2.26.2