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
+1 -1
View File
@@ -76,4 +76,4 @@ if [ -t 2 ]; then
exec 2>&1
fi
exec -- "$@"
exec "$@"