mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-01 01:35:04 +02:00
Don't use "exec --"; it's not portable and shouldn't be needed.
This commit is contained in:
@@ -76,4 +76,4 @@ if [ -t 2 ]; then
|
||||
exec 2>&1
|
||||
fi
|
||||
|
||||
exec -- "$@"
|
||||
exec "$@"
|
||||
|
||||
Reference in New Issue
Block a user