This is an automated email from the ASF dual-hosted git repository.

myrle pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-demo-server.git

commit a11336026fc71faa09971849914d998059bf883b
Author: Robin Richtsfeld <robin.richtsf...@gmail.com>
AuthorDate: Tue Dec 5 19:46:08 2017 +0100

    Refactor some Shell scripts
---
 scripts/Unix/initial-setup.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/scripts/Unix/initial-setup.sh b/scripts/Unix/initial-setup.sh
index 13e8796..a0adb63 100755
--- a/scripts/Unix/initial-setup.sh
+++ b/scripts/Unix/initial-setup.sh
@@ -8,7 +8,7 @@ cd core
 ERRORS=""
 FAILEDMODULES=""
 get_modules() {
-  for module in $@
+  for module in "$@"
   do
     git clone https://github.com/$githubAccount/$module.git
     pushd $module
@@ -101,11 +101,11 @@ cd ..
 
 # REM initialize Web App
 git clone https://github.com/$githubAccount/fims-web-app.git
+(
 cd fims-web-app
 git remote add upstream https://github.com/mifosio/fims-web-app.git
 npm i
-
-cd ..
+)
 
 if [ ! -z "$ERRORS" ] ; then
        echo "********************"

-- 
To stop receiving notification emails like this one, please contact
my...@apache.org.

Reply via email to