summaryrefslogtreecommitdiff
path: root/bash-completion/wall
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/wall')
-rw-r--r--bash-completion/wall1
1 files changed, 1 insertions, 0 deletions
diff --git a/bash-completion/wall b/bash-completion/wall
index 55d96587e..e3145ff6d 100644
--- a/bash-completion/wall
+++ b/bash-completion/wall
@@ -20,6 +20,7 @@ _wall_module()
return 0
;;
esac
+ local IFS=$'\n'
compopt -o filenames
COMPREPLY=( $(compgen -f -- $cur) )
return 0