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

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