diff options
-rwxr-xr-x | modup.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -20,6 +20,10 @@ for i in $modules; do # git submodule update --init --recursive $* + # Set it back to remote's HEAD. + # + git submodule update --remote $* + if [ $? -ne 0 ]; then echo "submodule update FAILED" 1>&2 exit 1 |