Skip to content

Commit

Permalink
can now handle JAR's in addition to XPI's
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Herman committed Aug 18, 2011
1 parent 58bfd39 commit a13c178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/e10s
Expand Up @@ -140,7 +140,7 @@ XPI_DIRNAME=$(cd $(dirname ${XPI_FILE}) && pwd)
XPI_BASENAME=$(basename ${XPI_FILE})
XPI_FILE=${XPI_DIRNAME}/${XPI_BASENAME}

RESULT_DIR=$(basename ${XPI_FILE} .xpi)
RESULT_DIR=$(echo ${XPI_FILE} | sed -E 's/\.(jar|xpi)$//')

cd ${XPI_DIRNAME}
if [[ ! -e $RESULT_DIR ]]
Expand Down

0 comments on commit a13c178

Please sign in to comment.