Skip to content

Commit 85026a4

Browse files
Ga-ryozardus
authored andcommitted
fix shebang
1 parent a9e8598 commit 85026a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

galois/install

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/bash -ex
22

33
wget https://web.eecs.utk.edu/~plank/plank/papers/CS-07-593/galois.tar
44

libc-database/install

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash -e
1+
#!/bin/bash -ex
22

33
[ -e libc-database ] || git clone https://github.com/niklasb/libc-database
44

0 commit comments

Comments
 (0)