summaryrefslogtreecommitdiff
path: root/bash-completion/mountpoint
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/mountpoint')
-rw-r--r--bash-completion/mountpoint1
1 files changed, 1 insertions, 0 deletions
diff --git a/bash-completion/mountpoint b/bash-completion/mountpoint
index 8fe27b813..f74efc9cc 100644
--- a/bash-completion/mountpoint
+++ b/bash-completion/mountpoint
@@ -20,6 +20,7 @@ _mountpoint_module()
return 0
;;
esac
+ local IFS=$'\n'
compopt -o filenames
COMPREPLY=( $(compgen -f -- ${cur:-"/"}) )
return 0