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

index 7ed6ff461abbd7c643714cb4ee52fc704affb6cb..cdd35ba1ed4639f54ab7c6de2f532e9c2dea5bc7 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}': ${@}"
     fi
 }