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

index 37b72b03d769cc28d9ad863a5a822c89c39ffd0e..79f3b5a728332ddcd2e4d2659c9b9cb56b526708 100755 (executable)
@@ -147,7 +147,7 @@ cmd_orgpull() {
 check_args_beyond() {
     _N_MAX_ARGS="$1"
     _CMD="$2"
-    shift "$(calc '${_N_MAX_ARGS} + 2' | cut -f2)"
+    shift $(calc "${_N_MAX_ARGS} + 2" | cut -f2)
     if [ "$#" -gt 0 ]; then
         _MSG="unexpected arguments beyond command '${_CMD}': $@"
         error_exit "${_MSG}"