]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Don't use "exec --"; it's not portable and shouldn't be needed.
authorJim Meyering <jim@meyering.net>
Sat, 10 Aug 2002 09:57:57 +0000 (09:57 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 10 Aug 2002 09:57:57 +0000 (09:57 +0000)
src/nohup.sh

index 6e720c9074c6a77bf2fb02e95aa7d363d81cea5d..de3af298f6286cf2ebb1619e04726ff5d762819a 100755 (executable)
@@ -76,4 +76,4 @@ if [ -t 2 ]; then
   exec 2>&1
 fi
 
-exec -- "$@"
+exec "$@"