summaryrefslogtreecommitdiffstats
path: root/bash-completion/ionice
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/ionice')
-rw-r--r--bash-completion/ionice1
1 files changed, 1 insertions, 0 deletions
diff --git a/bash-completion/ionice b/bash-completion/ionice
index 3a01c5125..1b1c5fe0a 100644
--- a/bash-completion/ionice
+++ b/bash-completion/ionice
@@ -30,6 +30,7 @@ _ionice_module()
return 0
;;
esac
+ local IFS=$'\n'
compopt -o filenames
COMPREPLY=( $(compgen -f -- $cur) )
return 0