diff options
author | rbalocca <rbalocca@vyatta.com> | 2008-03-22 18:01:28 -0700 |
---|---|---|
committer | rbalocca <rbalocca@vyatta.com> | 2008-03-22 18:01:28 -0700 |
commit | 445f5b6de86f271605d2b6f8e1e9671ff9444218 (patch) | |
tree | 342bfd8639ab965c9d9d25be7b8df420a0be5bfc /etc/bash_completion.d/20vyatta-cfg | |
parent | 762951519256e8d85362b3aeb9012c534a644e3a (diff) | |
parent | 23104e6a58525f2dbd41152bf22615bb8d257278 (diff) | |
download | vyatta-cfg-445f5b6de86f271605d2b6f8e1e9671ff9444218.tar.gz vyatta-cfg-445f5b6de86f271605d2b6f8e1e9671ff9444218.zip |
Merge branch 'glendale' into hollywood
Diffstat (limited to 'etc/bash_completion.d/20vyatta-cfg')
-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 7968cec..f979939 100755 --- a/etc/bash_completion.d/20vyatta-cfg +++ b/etc/bash_completion.d/20vyatta-cfg @@ -441,6 +441,8 @@ vyatta_parse_tmpl () if (( ${#vyatta_cfg_allowed[@]} == 0 )); then astr=$(eval "$acmd") + astr=${astr//</\\<} + astr=${astr//>/\\>} eval "ares=( $astr )" for (( i=0 ; i<${#ares[@]} ; i++ )); do if [[ "${ares[i]}" != \<*\> ]]; then |