summaryrefslogtreecommitdiff
path: root/tessen
diff options
context:
space:
mode:
authorAyush Agarwal <ayush@fastmail.in>2022-02-18 22:07:50 +0530
committerAyush Agarwal <ayush@fastmail.in>2022-02-18 22:07:50 +0530
commit7726e35e8f2d7f8559ed13124b5aa54144389e83 (patch)
treeb564ebae0c0ea3ddccbc0878e6641ada47890f42 /tessen
parentb4d33f25e5c7542a3a307f5f8d5e550e702d54fa (diff)
fix: don't expand dmenu options as a single string
Diffstat (limited to 'tessen')
-rwxr-xr-xtessen2
1 files changed, 1 insertions, 1 deletions
diff --git a/tessen b/tessen
index 73925ff..f12e1d5 100755
--- 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