From 0ab444c0f8829731018f89da1e95fecd8036b7c7 Mon Sep 17 00:00:00 2001 From: Loic Coyle Date: Thu, 15 Jul 2021 22:50:27 +0200 Subject: [PATCH] remove quoting of cuff args --- rofi-cuff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rofi-cuff b/rofi-cuff index 377cc38..b1ea9aa 100755 --- a/rofi-cuff +++ b/rofi-cuff @@ -140,7 +140,7 @@ search() { local query query="$("${INPUT_CMD[@]}")" || exit results="$( - cuff "${CUFF_ARGS[@]}" search -s "Peers" "${TRACKER_ARGS[@]}" "${CATEGORY_ARGS[@]}" "$query" + cuff ${CUFF_ARGS[@]} search -s "Peers" ${TRACKER_ARGS[@]} ${CATEGORY_ARGS[@]} "$query" )" || exit fi