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

Darling shell command does not return retval / status code from command #1546

Open
peppergrayxyz opened this issue Sep 21, 2024 · 0 comments

Comments

@peppergrayxyz
Copy link

Expected Result

Darling returns the return value of the executed command

$ darling shell echo Hello world
Hello world
$ echo $?
0

Actual Result

Darling returns some other status code

$ darling shell echo Hello world
Hello world
$ echo $?
127

Steps To Reproduce
see above commands

System Information
What system are you using?

Software Version
Linux Kernel 6.6.47-1-MANJARO
Darling 0.1.20230310 11.5@15e5b802
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