summaryrefslogtreecommitdiff
path: root/update-submodule
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-11-12 20:07:29 +0100
committerErich Eckner <git@eckner.net>2020-11-15 18:34:55 +0100
commit6a9aa0b06fa8688cb9a986233dfe189a33ef674a (patch)
treede02c1385a664eff9acd74193527c889138f095a /update-submodule
parent41eb3e0db704c72dce9f6d4bb2ce1653a032799b (diff)
downloadarchlinuxewe.git.save-6a9aa0b06fa8688cb9a986233dfe189a33ef674a.tar.xz
update-submodule: add debug output
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