fix shebang

This commit is contained in:
Ga_ryo_ 2018-02-13 23:50:19 -08:00 committed by Yan
parent a9e85987aa
commit 85026a493d
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -ex
wget https://web.eecs.utk.edu/~plank/plank/papers/CS-07-593/galois.tar

View file

@ -1,4 +1,4 @@
#!/bin/bash -e
#!/bin/bash -ex
[ -e libc-database ] || git clone https://github.com/niklasb/libc-database