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-10-30 13:13:43 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2008-10-30 13:13:43 +0000
commit93a49a00f14fb38531aa9604bf68c193fa3b29cd (patch)
treefb1a2e16fe6f5c0ea197048de50a30b7b78d2430 /pkgs/development/interpreters/xulrunner
parentf04e3944e5753afe23312c15ef99e14a5f4c01ad (diff)
downloadnixlib-93a49a00f14fb38531aa9604bf68c193fa3b29cd.tar
nixlib-93a49a00f14fb38531aa9604bf68c193fa3b29cd.tar.gz
nixlib-93a49a00f14fb38531aa9604bf68c193fa3b29cd.tar.bz2
nixlib-93a49a00f14fb38531aa9604bf68c193fa3b29cd.tar.lz
nixlib-93a49a00f14fb38531aa9604bf68c193fa3b29cd.tar.xz
nixlib-93a49a00f14fb38531aa9604bf68c193fa3b29cd.tar.zst
nixlib-93a49a00f14fb38531aa9604bf68c193fa3b29cd.zip
* Use xulrunner for chatzilla.
svn path=/nixpkgs/trunk/; revision=13162
Diffstat (limited to 'pkgs/development/interpreters/xulrunner')
-rw-r--r--pkgs/development/interpreters/xulrunner/wrapper/builder.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/interpreters/xulrunner/wrapper/builder.sh b/pkgs/development/interpreters/xulrunner/wrapper/builder.sh
index 79247a160232..20bd86e3eacf 100644
--- a/pkgs/development/interpreters/xulrunner/wrapper/builder.sh
+++ b/pkgs/development/interpreters/xulrunner/wrapper/builder.sh
@@ -2,8 +2,6 @@ source $stdenv/setup
 
 ensureDir $out/bin
 
-set -x
-
 wrapper="$out/bin/$launcher"
 
 if test -e $xulrunner/bin/xulrunner; then