diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2008-07-12 17:01:56 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2008-07-12 17:01:56 -0700 |
commit | 325cfa1ed8dfe41aaf393bdf04f38c6b392f7994 (patch) | |
tree | 0fa671d4d8bc123b27f490c75d3cb75da10c7304 /debian/vyatta-cfg-system.postinst.in | |
parent | bcfbf5b462faa5e0e13c82c8a367e8df698b6c20 (diff) | |
download | vyatta-cfg-quagga-325cfa1ed8dfe41aaf393bdf04f38c6b392f7994.tar.gz vyatta-cfg-quagga-325cfa1ed8dfe41aaf393bdf04f38c6b392f7994.zip |
fix for bug 3459: make bash-completion use "builtin set".
Diffstat (limited to 'debian/vyatta-cfg-system.postinst.in')
-rw-r--r-- | debian/vyatta-cfg-system.postinst.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index b21437a5..cac2a55a 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -85,6 +85,8 @@ if [ ! -f /etc/bash_completion ]; then echo "source /etc/bash_completion.d/20vyatta-cfg" >> /etc/bash_completion fi +sed -i 's/^set /builtin set /' /etc/bash_completion + # Local Variables: # mode: shell-script # sh-indentation: 4 |