Skip to content

Commit

Permalink
Call apply.sh without chmod +x
Browse files Browse the repository at this point in the history
  • Loading branch information
cbettinger committed Jun 29, 2018
1 parent ea2d880 commit 5e00f55
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ minisat:
@echo "> Built MiniSat"

minisat-patched: minisat-cloned
./patches/apply.sh
sh ./patches/apply.sh
@echo "> Patched MiniSat to be compatible with emscripten"

minisat-cloned: clean-minisat
Expand Down
1 change: 0 additions & 1 deletion patches/apply.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
#!/bin/bash
for p in ./patches/*.patch; do patch -p0 < $p; done

0 comments on commit 5e00f55

Please sign in to comment.