We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
command:
a=a $b
output:
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.
The text was updated successfully, but these errors were encountered: