* Use exec.

svn path=/nixpkgs/trunk/; revision=13384
This commit is contained in:
Eelco Dolstra 2008-11-24 09:59:38 +00:00
parent 53e6c77aca
commit 21c1ee574c

View File

@ -15,7 +15,7 @@ fi
cat > $wrapper <<EOF
#! $SHELL -e
$runner $appfile "\$@"
exec $runner $appfile "\$@"
EOF
chmod +x $wrapper