Skip to content

Commit

Permalink
no longer requires absolute path for argument to e10s script
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Herman committed Aug 18, 2011
1 parent ef49f7a commit 723d53f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion bin/e10s
Expand Up @@ -136,8 +136,10 @@ ROOT=`(cd $ROOT && pwd)`
HERE=`pwd`

XPI_FILE=$1
XPI_DIRNAME=$(dirname ${XPI_FILE})
XPI_DIRNAME=$(cd $(dirname ${XPI_FILE}) && pwd)
XPI_BASENAME=$(basename ${XPI_FILE})
XPI_FILE=${XPI_DIRNAME}/${XPI_BASENAME}

RESULT_DIR=$(basename ${XPI_FILE} .xpi)

cd ${XPI_DIRNAME}
Expand Down
2 changes: 1 addition & 1 deletion narcissus
Submodule narcissus updated 2 files
+12 −0 lib/jsdefs.js
+5 −0 njs

0 comments on commit 723d53f

Please sign in to comment.