diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2008-02-14 17:14:27 -0800 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2008-02-14 17:14:27 -0800 |
commit | dbdda9f523efe9b335e51b4827a4c8e7699aac62 (patch) | |
tree | 206f29f19bbaec27aa1fdb115dce383da8065d50 /eval.c | |
parent | 10f1fb8bdfb9efedb269dbe3225102dbf992a8cf (diff) | |
download | vyatta-bash-dbdda9f523efe9b335e51b4827a4c8e7699aac62.tar.gz vyatta-bash-dbdda9f523efe9b335e51b4827a4c8e7699aac62.zip |
fix for bug 2832: limit expansion checking to appropriate commands.
Diffstat (limited to 'eval.c')
-rw-r--r-- | eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -239,7 +239,7 @@ parse_command () return 1; } } else if (interactive && current_readline_line) { - vyatta_check_expansion(global_command); + vyatta_check_expansion(global_command, 0); } #endif |