aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdmenu-filepicker2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmenu-filepicker b/dmenu-filepicker
index 547f2b5..7a3da9f 100755
--- a/dmenu-filepicker
+++ b/dmenu-filepicker
@@ -7,7 +7,7 @@
7menu=dmenu 7menu=dmenu
8menuopts="-i -l 15" 8menuopts="-i -l 15"
9 9
10fullpath=$(realpath ${@:-$(pwd)}) 10fullpath=$(realpath ${@:-"$(pwd)"})
11 11
12while true; do 12while true; do
13 if [ "$sel" = "." ]; then 13 if [ "$sel" = "." ]; then

Generated with cgit - Back to sebastiano.tronto.net