diff options
Diffstat (limited to '')
| -rwxr-xr-x | dmenu-filepicker | 2 |
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 @@ | |||
| 7 | menu=dmenu | 7 | menu=dmenu |
| 8 | menuopts="-i -l 15" | 8 | menuopts="-i -l 15" |
| 9 | 9 | ||
| 10 | fullpath=$(realpath ${@:-$(pwd)}) | 10 | fullpath=$(realpath ${@:-"$(pwd)"}) |
| 11 | 11 | ||
| 12 | while true; do | 12 | while true; do |
| 13 | if [ "$sel" = "." ]; then | 13 | if [ "$sel" = "." ]; then |
