commit 673c7c71f88a4c7d833ff2c22536e5fa54764291 parent 93ee9f594c382982ad989cdf2229429c83cfb25f Author: Andrew Laack <andrew@laack.co> Date: Fri, 6 Mar 2026 14:56:05 -0600 Remove dmenu opt evaluations Diffstat:
| M | rsync.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rsync.sh b/rsync.sh @@ -10,7 +10,7 @@ else prompt="rsync:" dmenu_cmd="dmenu -p \"$prompt\"" - SELECTION=$(echo -e $OPTIONS | eval "$dmenu_cmd" "$@") + SELECTION=$(echo -e $OPTIONS | eval "$dmenu_cmd" ) fi