Implemented brace expansion

This commit is contained in:
2025-03-10 01:50:12 -04:00
parent 363e4805b7
commit e81c4903b9
9 changed files with 221 additions and 7 deletions

View File

@@ -1185,6 +1185,7 @@ ndrule_def!(Command, shenv, |tokens: &[Token], shenv: &mut ShEnv| {
TkRule::ArithSub |
TkRule::CmdSub |
TkRule::BraceGrp |
TkRule::BraceExp |
TkRule::VarSub => {
argv.push(token.clone());
}