diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-16 08:14:44 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-16 08:14:44 +0200 |
commit | 861f9891045178af212cfd0d6034076aafffadca (patch) | |
tree | 8e181c7e60b1008c534d9ea0ff47ba9ab3730cfc | |
parent | 42d613d725fede5bf397b88d515cdbc3670b635e (diff) |
Use separate variable (sub_modules) for modup script
-rwxr-xr-x | modup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ wd=`pwd` -for i in $modules; do +for i in $sub_modules; do echo "submodule update $i" 1>&2 cd $i git submodule update --remote $* |