home · contact · privacy
Fix. master
authorChristian Heller <c.heller@plomlompom.de>
Wed, 2 Apr 2025 10:52:10 +0000 (12:52 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Wed, 2 Apr 2025 10:52:10 +0000 (12:52 +0200)
testing/home/desktop/.local/bin/borgplom

index cdd35ba1ed4639f54ab7c6de2f532e9c2dea5bc7..6dabcc0b7e05a2a7cc7e07817886ea794c9d2a6a 100755 (executable)
@@ -35,7 +35,8 @@ check_args_beyond() {
     _CMD="$1"
     shift 1
     if [ "$#" -gt 0 ]; then
-        error_exit "unexpected arguments beyond command '${_CMD}': ${@}"
+        _MSG="unexpected arguments beyond command '${_CMD}': $@"
+        error_exit "${_MSG}"
     fi
 }