summaryrefslogtreecommitdiffstats
path: root/bash-completion/wdctl
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/wdctl')
-rw-r--r--bash-completion/wdctl1
1 files changed, 1 insertions, 0 deletions
diff --git a/bash-completion/wdctl b/bash-completion/wdctl
index 33b4e1ff6..4f16e7607 100644
--- a/bash-completion/wdctl
+++ b/bash-completion/wdctl
@@ -56,6 +56,7 @@ _wdctl_module()
return 0
;;
esac
+ local IFS=$'\n'
compopt -o filenames
COMPREPLY=( $(compgen -f -- ${cur:-"/dev/"}) )
return 0