diff options
-rwxr-xr-x | update-submodule | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/update-submodule b/update-submodule index b47bd791d..326cbe3c6 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 |