summaryrefslogtreecommitdiffstats
path: root/bash-completion/pg
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/pg')
-rw-r--r--bash-completion/pg1
1 files changed, 1 insertions, 0 deletions
diff --git a/bash-completion/pg b/bash-completion/pg
index 9b1bad930..8fce1302a 100644
--- a/bash-completion/pg
+++ b/bash-completion/pg
@@ -25,6 +25,7 @@ _pg_module()
return 0
;;
esac
+ local IFS=$'\n'
compopt -o filenames
COMPREPLY=( $(compgen -f -- $cur) )
return 0