summaryrefslogtreecommitdiff
path: root/eval.c
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@vyatta.com>2008-02-14 17:14:27 -0800
committerAn-Cheng Huang <ancheng@vyatta.com>2008-02-14 17:14:27 -0800
commitdbdda9f523efe9b335e51b4827a4c8e7699aac62 (patch)
tree206f29f19bbaec27aa1fdb115dce383da8065d50 /eval.c
parent10f1fb8bdfb9efedb269dbe3225102dbf992a8cf (diff)
downloadvyatta-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index 82b8496..4f4a13f 100644
--- a/eval.c
+++ b/eval.c
@@ -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