summaryrefslogtreecommitdiff
path: root/bash-completion/tunelp
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/tunelp')
-rw-r--r--bash-completion/tunelp1
1 files changed, 1 insertions, 0 deletions
diff --git a/bash-completion/tunelp b/bash-completion/tunelp
index 614b2354f..bd2cce2aa 100644
--- a/bash-completion/tunelp
+++ b/bash-completion/tunelp
@@ -44,6 +44,7 @@ _tunelp_module()
return 0
;;
esac
+ local IFS=$'\n'
compopt -o filenames
COMPREPLY=( $(compgen -f -- ${cur:-"/dev/lp"}) )
return 0