From d87148292e547452a4d26e8b5fc3c6fa914e864f Mon Sep 17 00:00:00 2001 From: downtownallday Date: Mon, 5 Sep 2022 17:08:41 -0400 Subject: [PATCH] fix missing $ --- tests/system-setup/setup-funcs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system-setup/setup-funcs.sh b/tests/system-setup/setup-funcs.sh index 1ca37c51..3cc8eb34 100755 --- a/tests/system-setup/setup-funcs.sh +++ b/tests/system-setup/setup-funcs.sh @@ -331,7 +331,7 @@ upstream_install() { H2 "miab install success" - if [ "need_pop" = "yes" ]; then + if [ "$need_pop" = "yes" ]; then popd >/dev/null fi