aboutsummarylogtreecommitdiffstats
path: root/fzd
diff options
context:
space:
mode:
Diffstat (limited to 'fzd')
-rwxr-xr-xfzd2
1 files changed, 1 insertions, 1 deletions
diff --git a/fzd b/fzd
index a80add09abdc..9f60545bde30 100755
--- a/fzd
+++ b/fzd
@@ -1,4 +1,4 @@
FILE_PATH=$(fzf)
if [ "$FILE_PATH" != "" ]; then
- xdg-open $FILE_PATH
+ xdg-open "$FILE_PATH"
fi \ No newline at end of file