summaryrefslogtreecommitdiff
path: root/update-submodule
diff options
context:
space:
mode:
Diffstat (limited to 'update-submodule')
-rwxr-xr-xupdate-submodule2
1 files changed, 2 insertions, 0 deletions
diff --git a/update-submodule b/update-submodule
index b47bd791..326cbe3c 100755
--- a/update-submodule
+++ b/update-submodule
@@ -13,6 +13,8 @@ fi
if [ ! -f "${path}" ]; then
>&2 echo 'update-submodule needs a commit'
+ >&2 printf '"%s" ' "$@"
+ >&2 printf '\n'
exit 1
fi