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

This commit is contained in:
Brad King 2006-09-27 16:14:16 -04:00
parent 4babd52d8d
commit e5549cff25
1 changed files with 1 additions and 0 deletions

View File

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