[Pkg-mozext-commits] [mozilla-devscripts] 01/02: Fix typo in timezone setting

Jérémy Bobbio lunar at moszumanska.debian.org
Thu Jun 11 05:56:09 UTC 2015


This is an automated email from the git hooks/post-receive script.

lunar pushed a commit to branch master
in repository mozilla-devscripts.

commit 3e308c93a0ca7b46bb8f71b9f34bfb8b234c963f
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Thu Jun 11 07:47:30 2015 +0200

    Fix typo in timezone setting
    
    Thanks Reiner Herrmann.
    
    Closes: #788376
---
 xpi-pack | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xpi-pack b/xpi-pack
index 9f3714a..555e623 100755
--- a/xpi-pack
+++ b/xpi-pack
@@ -77,13 +77,13 @@ for JAR_DIR in `find . -type d -name '*.jar\!'` ; do
 	rm -rf $ABS_JAR_PATH;
 done;
 echo "Packing $XPIFILE";
-TC=UTC zip -q -X -r $START_DIR/$XPIFILE * -x debian/\* temp-*/\*;
+TZ=UTC zip -q -X -r $START_DIR/$XPIFILE * -x debian/\* temp-*/\*;
 [ -f $START_DIR/$XPIFILE ] && XPIDIR=`dirname $START_DIR/$XPIFILE`
 ABS_XPIDIR=`cd $XPIDIR; pwd`;
 echo "Packed XPI file. It is located in $ABS_XPIDIR";
 for JAR_PATH in $PACK_JAR_PATHS ; do
         echo "Unpacking and removing $JAR_PATH";
-        TC=UTC unzip -q $JAR_PATH -d $JAR_PATH!;
+        TZ=UTC unzip -q $JAR_PATH -d $JAR_PATH!;
         rm -f $JAR_PATH;
 done;
 cd $START_DIR;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/mozilla-devscripts.git



More information about the Pkg-mozext-commits mailing list