eat the parent process with exec, YUM
authorMike Frysinger <vapier@gentoo.org>
Thu, 9 Feb 2006 03:38:22 +0000 (03:38 -0000)
committerMike Frysinger <vapier@gentoo.org>
Thu, 9 Feb 2006 03:38:22 +0000 (03:38 -0000)
svn path=/main/trunk/; revision=2684

bin/emake

index 1e6b203a45963ff236c7514bf2970b4ddca001da..4c79c0e033955e59a61af39af0a0e5774cb35a10 100755 (executable)
--- a/bin/emake
+++ b/bin/emake
@@ -11,4 +11,4 @@
 #        /etc/make.globals here because emake is only called from an
 #        ebuild.
 
-${MAKE:-make} ${MAKEOPTS} ${EXTRA_EMAKE} "$@"
+exec ${MAKE:-make} ${MAKEOPTS} ${EXTRA_EMAKE} "$@"