summaryrefslogtreecommitdiffstats
path: root/bash-completion/dmesg
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/dmesg')
-rw-r--r--bash-completion/dmesg1
1 files changed, 1 insertions, 0 deletions
diff --git a/bash-completion/dmesg b/bash-completion/dmesg
index 60ecc1af6..eab41ba08 100644
--- a/bash-completion/dmesg
+++ b/bash-completion/dmesg
@@ -6,6 +6,7 @@ _dmesg_module()
prev="${COMP_WORDS[COMP_CWORD-1]}"
case $prev in
'-F'|'--file')
+ local IFS=$'\n'
compopt -o filenames
COMPREPLY=( $(compgen -f -- $cur) )
return 0