-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
kill: should fail if no PID is specified #6221
Labels
Comments
jadijadi
added a commit
to jadijadi/coreutils
that referenced
this issue
Apr 13, 2024
cakebaker
pushed a commit
that referenced
this issue
Apr 14, 2024
* kill: return 1 and gnu style stderr in case of no pid closes #6221 * Update src/uu/kill/src/kill.rs Co-authored-by: Ben Wiederhake <BenWiederhake.GitHub@gmx.de> --------- Co-authored-by: Ben Wiederhake <BenWiederhake.GitHub@gmx.de>
sylvestre
pushed a commit
to sylvestre/coreutils
that referenced
this issue
Apr 21, 2024
* kill: return 1 and gnu style stderr in case of no pid closes uutils#6221 * Update src/uu/kill/src/kill.rs Co-authored-by: Ben Wiederhake <BenWiederhake.GitHub@gmx.de> --------- Co-authored-by: Ben Wiederhake <BenWiederhake.GitHub@gmx.de>
sylvestre
pushed a commit
to sylvestre/coreutils
that referenced
this issue
Apr 21, 2024
* kill: return 1 and gnu style stderr in case of no pid closes uutils#6221 * Update src/uu/kill/src/kill.rs Co-authored-by: Ben Wiederhake <BenWiederhake.GitHub@gmx.de> --------- Co-authored-by: Ben Wiederhake <BenWiederhake.GitHub@gmx.de>
sylvestre
pushed a commit
to sylvestre/coreutils
that referenced
this issue
Apr 21, 2024
* kill: return 1 and gnu style stderr in case of no pid closes uutils#6221 * Update src/uu/kill/src/kill.rs Co-authored-by: Ben Wiederhake <BenWiederhake.GitHub@gmx.de> --------- Co-authored-by: Ben Wiederhake <BenWiederhake.GitHub@gmx.de>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running GNU
kill
without a PID, it fails and shows an error message:uutils
kill
, on the other hand, doesn't fail and there is no output:The text was updated successfully, but these errors were encountered: