diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2010-11-23 15:38:40 -0800 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2010-11-23 15:38:40 -0800 |
commit | 2ffd41bc39e74d49e4e6d3d135c7a94dc1ebc43d (patch) | |
tree | 854389cf7ca1e85292b3b71a5b6175ff0c1eb997 /etc | |
parent | 169e819bb30fb23fd7dba83f76f8c0e89fa12bdd (diff) | |
download | vyatta-cfg-2ffd41bc39e74d49e4e6d3d135c7a94dc1ebc43d.tar.gz vyatta-cfg-2ffd41bc39e74d49e4e6d3d135c7a94dc1ebc43d.zip |
Add COMMIT_VIA environment variable.
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/bash_completion.d/20vyatta-cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/bash_completion.d/20vyatta-cfg b/etc/bash_completion.d/20vyatta-cfg index d7b849c..110b563 100755 --- a/etc/bash_completion.d/20vyatta-cfg +++ b/etc/bash_completion.d/20vyatta-cfg @@ -115,9 +115,11 @@ commit () done args+=("-C '$comment'") + export COMMIT_VIA=cli if /opt/vyatta/sbin/my_commit "${args[@]}"; then vyatta_cli_shell_api markSessionUnsaved fi + unset COMMIT_VIA } commit-confirm () |