Skip to content

Commit 86b9e58

Browse files
author
Anton Kuroedov
committed
Made make.sh executable, using bash in shebang, using pushd/popd instead of cd
1 parent 54985b6 commit 86b9e58

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

make.sh

100644100755
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
#!/usr/bin/env bash
2+
13
git submodule update --init --recursive
2-
cd 3rd/luamake
4+
pushd 3rd/luamake
35
./compile/install.sh
4-
cd ../..
6+
popd
57
./3rd/luamake/luamake rebuild

0 commit comments

Comments
 (0)