From 581865ee0c8b8aea872f053d804a41fb5f416b17 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 20 Jun 2023 23:01:09 +0200 Subject: Various shellcheck fixes (www.shellcheck.net) --- dmenu-bookmarks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dmenu-bookmarks') diff --git a/dmenu-bookmarks b/dmenu-bookmarks index 2566e43..4b85367 100755 --- a/dmenu-bookmarks +++ b/dmenu-bookmarks @@ -9,6 +9,6 @@ dir=$HOME/box/bookmarks picker="dmenu-filepicker" -echo "$($picker "$@" $dir)" | while read line; do +$picker "$@" "$dir" | while read -r line; do cat "$line" done | xargs open-url -- cgit v1.3