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