]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - bash-completion/pg
build-sys: release++ (v2.29.2)
[thirdparty/util-linux.git] / bash-completion / pg
index 9b1bad93097aa3538d93d113653adc9f5d64d2b4..8fce1302abe5eb23d58f3ac0b03490bb0bf8b165 100644 (file)
@@ -25,6 +25,7 @@ _pg_module()
                        return 0
                        ;;
        esac
+       local IFS=$'\n'
        compopt -o filenames
        COMPREPLY=( $(compgen -f -- $cur) )
        return 0