diff options
author | grant <grant> | 2002-10-31 03:57:40 +0000 |
---|---|---|
committer | grant <grant> | 2002-10-31 03:57:40 +0000 |
commit | ff4941379d700578f1dd935bc89602cce83b3331 (patch) | |
tree | 89442dc4950f79a95acd78497b6f8290fcd6c5ec | |
parent | cd5b38d40dd1b62541d5ef962c68406f8ba47ac6 (diff) | |
download | pkgsrc-ff4941379d700578f1dd935bc89602cce83b3331.tar.gz |
exec phoenix directly, as we don't need to return.
-rw-r--r-- | www/phoenix-linux/files/phoenix.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/phoenix-linux/files/phoenix.sh b/www/phoenix-linux/files/phoenix.sh index b2640940e81..ac821c0540d 100644 --- a/www/phoenix-linux/files/phoenix.sh +++ b/www/phoenix-linux/files/phoenix.sh @@ -1,3 +1,3 @@ #!/bin/sh -# $NetBSD: phoenix.sh,v 1.2 2002/10/26 18:11:46 grant Exp $ -@PREFIX@/lib/phoenix-linux/phoenix "$@" +# $NetBSD: phoenix.sh,v 1.3 2002/10/31 03:57:40 grant Exp $ +exec @PREFIX@/lib/phoenix-linux/phoenix "$@" |