Преглед на файлове

fix for shell compatibility

Danja Vasiliev преди 9 години
родител
ревизия
95a6c879d5
променени са 1 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 3 2
      glueIt

+ 3 - 2
glueIt

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