|
@@ -1,5 +1,6 @@
|
|
#!/bin/sh
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
+set -o xtrace
|
|
|
|
|
|
case "$1" in
|
|
case "$1" in
|
|
|
|
|
|
@@ -31,7 +32,7 @@ case "$1" in
|
|
"testFF")
|
|
"testFF")
|
|
echo "Testing Firefox add-on..."
|
|
echo "Testing Firefox add-on..."
|
|
cd ./tools/firefox-addon-sdk-1.16
|
|
cd ./tools/firefox-addon-sdk-1.16
|
|
- source bin/activate
|
|
|
|
|
|
+ . ./bin/activate
|
|
cd ../../build/firefox
|
|
cd ../../build/firefox
|
|
cfx run
|
|
cfx run
|
|
cd ../..
|
|
cd ../..
|
|
@@ -41,7 +42,7 @@ case "$1" in
|
|
"pkgFF")
|
|
"pkgFF")
|
|
echo "Packaging Firefox add-on..."
|
|
echo "Packaging Firefox add-on..."
|
|
cd ./tools/firefox-addon-sdk-1.16
|
|
cd ./tools/firefox-addon-sdk-1.16
|
|
- source bin/activate
|
|
|
|
|
|
+ . ./bin/activate
|
|
cd ../../build/firefox
|
|
cd ../../build/firefox
|
|
cfx xpi
|
|
cfx xpi
|
|
cd ../..
|
|
cd ../..
|