about summary refs log tree commit diff
path: root/pkgs/development/interpreters/xulrunner
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2008-11-24 09:59:38 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2008-11-24 09:59:38 +0000
commit21c1ee574cae5ebf2d8db7ba852204cab93c1c57 (patch)
tree46e1c4f3d95f2a18e7409eb672d2922516c76d5b /pkgs/development/interpreters/xulrunner
parent53e6c77acaab071f0155065b89f37dd4855e668f (diff)
downloadnixlib-21c1ee574cae5ebf2d8db7ba852204cab93c1c57.tar
nixlib-21c1ee574cae5ebf2d8db7ba852204cab93c1c57.tar.gz
nixlib-21c1ee574cae5ebf2d8db7ba852204cab93c1c57.tar.bz2
nixlib-21c1ee574cae5ebf2d8db7ba852204cab93c1c57.tar.lz
nixlib-21c1ee574cae5ebf2d8db7ba852204cab93c1c57.tar.xz
nixlib-21c1ee574cae5ebf2d8db7ba852204cab93c1c57.tar.zst
nixlib-21c1ee574cae5ebf2d8db7ba852204cab93c1c57.zip
* Use exec.
svn path=/nixpkgs/trunk/; revision=13384
Diffstat (limited to 'pkgs/development/interpreters/xulrunner')
-rw-r--r--pkgs/development/interpreters/xulrunner/wrapper/builder.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/xulrunner/wrapper/builder.sh b/pkgs/development/interpreters/xulrunner/wrapper/builder.sh
index 20bd86e3eacf..4deed9e7a7f6 100644
--- a/pkgs/development/interpreters/xulrunner/wrapper/builder.sh
+++ b/pkgs/development/interpreters/xulrunner/wrapper/builder.sh
@@ -15,7 +15,7 @@ fi
 
 cat > $wrapper <<EOF
 #! $SHELL -e
-$runner $appfile "\$@"
+exec $runner $appfile "\$@"
 EOF
 
 chmod +x $wrapper