-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
Forwarded from: https://bugs.launchpad.net/ubuntu/+source/rust-coreutils/+bug/2112491
Relevant comment:
This is a really major break in the
envprogram: it doesn't re-execute with the subcommand, instead it forks! So then terminating the env process keeps the subcommand running. This affects all scripts whose shebang uses /usr/bin/env.
Reproduced on commit 2ba3a33, there do not seem to have been more recent commits to env after that.