Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

assignment followed by expansion of null/unset word fails assertion #203

Open
grisenti opened this issue Dec 12, 2024 · 0 comments
Open

Comments

@grisenti
Copy link

command:

a=a $b

output:

mrsh: ../shell/task/simple_command.c:286: run_simple_command: Assertion `args.len > 0' failed.
fish: Job 1, './buildDir/mrsh' terminated by signal SIGABRT (Abort)

I think the issue is here, which checks if there is a word that isn't an assignment, but this isn't correct because the word could expand to nothing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant