diff options
author | Erich Eckner <git@eckner.net> | 2020-11-12 20:07:29 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-11-15 18:34:55 +0100 |
commit | 6a9aa0b06fa8688cb9a986233dfe189a33ef674a (patch) | |
tree | de02c1385a664eff9acd74193527c889138f095a | |
parent | 41eb3e0db704c72dce9f6d4bb2ce1653a032799b (diff) | |
download | archlinuxewe-6a9aa0b06fa8688cb9a986233dfe189a33ef674a.tar.xz |
update-submodule: add debug output
-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 |