File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ if ! [ $(date -r "$LIB/tld.js" +'%Y%m%d') -ge $(date +'%Y%m%d') ] && "$TLD/gene
1515 cp -u " $TLD /tld.js" $LIB
1616fi
1717
18- ./html5_events.pl
19-
20- rm -rf $BUILD $XPI
21- cp -pR $SRC $BUILD
18+ ./html5_events/html5_events.pl
2219
20+ rm -rf " $BUILD " " $XPI "
21+ cp -pR " $SRC " " $BUILD "
22+ cp -p LICENSE.txt GPL.txt " $BUILD " /
2323
2424if [[ $VER == * rc* ]]; then
2525 sed -re ' s/^(\s+)"strict_min_version":.*$/\1"update_url": "https:\/\/secure.informaction.com\/update\/?v=' $VER ' ",\n\0/' \
4343fi
4444
4545echo " Creating $XPI .xpi..."
46- mkdir -p $XPI_DIR
46+ mkdir -p " $XPI_DIR "
4747
4848" $BUILD_CMD " $BUILD_OPTS --source-dir=$( cygpath -w $BUILD ) --artifacts-dir=$( cygpath -w $XPI_DIR ) --ignore-files=test/XSS_test.js
4949SIGNED=" $XPI_DIR /noscript_security_suite-$VER -an+fx.xpi"
5656 exit 3
5757fi
5858echo " Created $XPI .xpi"
59-
6059rm -rf " $BUILD "
Original file line number Diff line number Diff line change 1212my $GECKO_URL = " https://hg.mozilla.org/mozilla-central/raw-file/tip/xpcom/ds/nsGkAtomList.h" ;
1313
1414my $HERE = dirname($0 );
15- my $SOURCE_FILE = $HERE . ' /src/xss/InjectionChecker.js' ;
15+ my $SOURCE_FILE = " $HERE /.. /src/xss/InjectionChecker.js" ;
1616
1717sub create_re
1818{
File renamed without changes.
You can’t perform that action at this time.
0 commit comments