mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-22 15:51:18 -03:00
Merge branch 'master' into parsed
This commit is contained in:
@@ -2042,7 +2042,7 @@ int parser_t::parse_job(process_t *p,
|
||||
free(cpy);
|
||||
|
||||
}
|
||||
else if (cmd[0]==L'$')
|
||||
else if (cmd[0]==L'$' || cmd[0] == VARIABLE_EXPAND || cmd[0] == VARIABLE_EXPAND_SINGLE)
|
||||
{
|
||||
|
||||
const env_var_t val_wstr = env_get_string(cmd+1);
|
||||
|
||||
Reference in New Issue
Block a user