From dc6a7a5657b06a8058f559adb6b486dfcaf483ec Mon Sep 17 00:00:00 2001 From: slioch Date: Wed, 27 Aug 2008 10:28:56 -0700 Subject: disable shell interpretation of ![num] when entering configure commands. this fixes a bug where the negation character in nat/firewall/wlb commands required user escaping. --- parse.y | 1 + 1 file changed, 1 insertion(+) diff --git a/parse.y b/parse.y index 0997406..e9323c8 100644 --- a/parse.y +++ b/parse.y @@ -1992,6 +1992,7 @@ shell_getc (remove_quoted_newline) c == '>' || c == '<' || c == '|' || + c == '!' || c == '`' || c == '$') && shell_input_line[i-1] != '\\') { -- cgit v1.2.3