From a9a7f2bd6bc577136d33adda1569055be021ca15 Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Sat, 2 Sep 2023 17:51:47 +0200 Subject: [PATCH] fix reporsync --- home/scripts/reporsync.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/scripts/reporsync.nix b/home/scripts/reporsync.nix index e52479a..0bbef43 100644 --- a/home/scripts/reporsync.nix +++ b/home/scripts/reporsync.nix @@ -36,7 +36,7 @@ _parse_rsync_args() { done # trim CLI parameters - shift "(($OPTIND -1))" + shift "$(($OPTIND -1))" RR_FROM="$1" RR_TO="$2"