properly implemented $(( )) substitution
This commit is contained in:
@@ -493,6 +493,7 @@ impl LexStream {
|
||||
}
|
||||
}
|
||||
if paren_count != 0 && !self.flags.contains(LexFlags::LEX_UNFINISHED) {
|
||||
self.cursor = pos;
|
||||
return Err(
|
||||
ShErr::full(
|
||||
ShErrKind::ParseErr,
|
||||
|
||||
Reference in New Issue
Block a user