commit 7726e35e8f2d7f8559ed13124b5aa54144389e83
parent b4d33f25e5c7542a3a307f5f8d5e550e702d54fa
Author: Ayush Agarwal <ayush@fastmail.in>
Date: Fri, 18 Feb 2022 22:07:50 +0530
fix: don't expand dmenu options as a single string
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tessen b/tessen
@@ -125,7 +125,7 @@ get_gopass_files() {
# the actual menu
tsn_passfile="$(printf "%s\n" "${!tmp_gopass_files[@]}" \
- | "$dmenu_backend" "${dmenu_backend_opts[*]}")"
+ | "$dmenu_backend" "${dmenu_backend_opts[@]}")"
if [[ -z $tsn_passfile ]]; then
_die