Skip to content

Commit 596cf36

Browse files
committed
[NOBIN] Ensure the build scripts are executed via bash
1 parent e292026 commit 596cf36

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

build.sh

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
#!/bin/bash
2+
13
./build_qt5.sh

build_qt4.sh

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash
2+
13
echo "Trying to build PE-bear..."
24

35
#QT check

build_qt5.sh

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash
2+
13
echo "Trying to build PE-bear..."
24

35
#QT check

0 commit comments

Comments
 (0)