From 6a9aa0b06fa8688cb9a986233dfe189a33ef674a Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 12 Nov 2020 20:07:29 +0100 Subject: update-submodule: add debug output --- update-submodule | 2 ++ 1 file changed, 2 insertions(+) (limited to 'update-submodule') 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 -- cgit v1.2.3-54-g00ecf