From 325cfa1ed8dfe41aaf393bdf04f38c6b392f7994 Mon Sep 17 00:00:00 2001 From: An-Cheng Huang Date: Sat, 12 Jul 2008 17:01:56 -0700 Subject: fix for bug 3459: make bash-completion use "builtin set". --- debian/vyatta-cfg-system.postinst.in | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3