2
0
Эх сурвалжийг харах

Fix script name parameter

andryyy 8 жил өмнө
parent
commit
be02648c49
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      build-all.sh

+ 1 - 1
build-all.sh

@@ -5,6 +5,6 @@
 
 for build in $(ls *build*.sh | grep -v all); do
     echo "Starting build file ${buildx} ..."
-	/bin/bash ${buildx}
+	/bin/bash ${build}
 done
 /bin/bash fix-permissions.sh