summaryrefslogtreecommitdiffstats
path: root/bash-completion/mount
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/mount')
-rw-r--r--bash-completion/mount1
1 files changed, 1 insertions, 0 deletions
diff --git a/bash-completion/mount b/bash-completion/mount
index 2303cb7c1..db97a918a 100644
--- a/bash-completion/mount
+++ b/bash-completion/mount
@@ -80,6 +80,7 @@ hfs nohfs romfs noromfs
return 0
;;
esac
+ local IFS=$'\n'
compopt -o filenames
COMPREPLY=( $(compgen -f -- $cur) )
return 0