1
0
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:
Jim Meyering
2002-08-10 09:57:57 +00:00
parent f12b040a86
commit 01ac2fda31

View File

@@ -76,4 +76,4 @@ if [ -t 2 ]; then
exec 2>&1
fi
exec -- "$@"
exec "$@"