Browse Source

fix to not depend on my locations

Bill Gianopoulos 8 months ago
parent
commit
4b3eb953e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/test-series.sh

+ 1 - 1
scripts/test-series.sh

@@ -2,7 +2,7 @@
 EXIT=0
 EXIT=0
 for i in */patches
 for i in */patches
 do
 do
-  ~/mozilla/check_series.sh $i || EXIT=1
+  sh check_series.sh $i || EXIT=1
 done
 done
 if [ "$1" != "" ]
 if [ "$1" != "" ]
 then
 then