From 0423704eb1a5930d63a5c75add26ccb5e9eb1ff2 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 25 Oct 2015 21:27:51 +0100 Subject: Fix env.sh some more [ns-pull] for zsh --- Docs/env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Docs') diff --git a/Docs/env.sh b/Docs/env.sh index 84a438ab4..44c00a473 100644 --- a/Docs/env.sh +++ b/Docs/env.sh @@ -222,7 +222,7 @@ ns-package-install() # git pull in all repos parameters are passed to git pull ns-pull() { - for REPO in ${NS_BUILDSYSTEM} ${NS_INTERNAL_LIBS} ${NS_FRONTEND_LIBS} ${NS_TOOLS} ${NS_BROWSER} ; do + for REPO in $(echo ${NS_BUILDSYSTEM} ${NS_INTERNAL_LIBS} ${NS_FRONTEND_LIBS} ${NS_TOOLS} ${NS_BROWSER}) ; do echo -n " GIT: Pulling ${REPO}: " if [ -f "${TARGET_WORKSPACE}/${REPO}/.git/config" ]; then (cd ${TARGET_WORKSPACE}/${REPO} && git pull $*; ) -- cgit v1.2.3