summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Southworth <john.southworth@vyatta.com>2011-07-20 19:26:59 -0500
committerJohn Southworth <john.southworth@vyatta.com>2011-07-20 19:29:01 -0500
commit8c5ba4da49604266d7f07e9849f6f3148378e6b3 (patch)
tree814b76814f73cabc81b795b8103adc2b204f0b9f
parent699d83ea8ef01d9c810fc246dbecbc5a8e1dd2a8 (diff)
downloadvyatta-cfg-8c5ba4da49604266d7f07e9849f6f3148378e6b3.tar.gz
vyatta-cfg-8c5ba4da49604266d7f07e9849f6f3148378e6b3.zip
Bugfix 7357: change the the run command in cfg to use the op mode wrapper to ensure the proper environment for the commands exists
(cherry picked from commit e8302f3e84dcec00e8da06f4a92ece2324d06ffa)
-rwxr-xr-xetc/bash_completion.d/vyatta-cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/bash_completion.d/vyatta-cfg b/etc/bash_completion.d/vyatta-cfg
index d926958..8d93dad 100755
--- a/etc/bash_completion.d/vyatta-cfg
+++ b/etc/bash_completion.d/vyatta-cfg
@@ -307,7 +307,7 @@ run ()
echo Incomplete command
return 1
fi
- _vyatta_op_run $@
+ /opt/vyatta/bin/vyatta-op-cmd-wrapper $@
}
# do op mode completion