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