Browse Source

BUG: One should be able to escape the @ symbol.

Brad King 19 years ago
parent
commit
e5549cff25
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/cmCommandArgumentParserHelper.cxx

+ 1 - 0
Source/cmCommandArgumentParserHelper.cxx

@@ -172,6 +172,7 @@ bool cmCommandArgumentParserHelper::HandleEscapeSymbol
   case '(':
   case ')':
   case '$':
+  case '@':
   case '^':
     this->AllocateParserType(pt, &symbol, 1);
     break;