summaryrefslogtreecommitdiff
path: root/bash-completion/ul
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/ul')
-rw-r--r--bash-completion/ul1
1 files changed, 1 insertions, 0 deletions
diff --git a/bash-completion/ul b/bash-completion/ul
index c00e510f6..449cbe054 100644
--- a/bash-completion/ul
+++ b/bash-completion/ul
@@ -25,6 +25,7 @@ _ul_module()
return 0
;;
esac
+ local IFS=$'\n'
compopt -o filenames
COMPREPLY=( $(compgen -f -- $cur) )
return 0