From a4df7bbfb95211db4eda3e5bf6b361dbebda40e6 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 19 Apr 2025 13:10:12 +0200 Subject: update.sh: Show the arguments, which are propagated to the scripts --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update.sh') diff --git a/update.sh b/update.sh index 3a8c7cb1..f864935d 100755 --- a/update.sh +++ b/update.sh @@ -3,7 +3,7 @@ __update_sh_run() { __update_sh_command="$1" shift 1 - printf "\033[35;1m> \033[0m\033[35;1m%s\033[0m\n" "Running '$(basename "$__update_sh_command")' .." + printf "\033[35;1m> \033[0m\033[35;1m%s\033[0m\n" "Running '$(basename "$__update_sh_command") $*' .." "$__update_sh_command" "$@" -- cgit 1.4.1