aboutsummaryrefslogtreecommitdiff
path: root/modup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'modup.sh')
-rwxr-xr-xmodup.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/modup.sh b/modup.sh
index 314e77b..26f170a 100755
--- a/modup.sh
+++ b/modup.sh
@@ -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