1
0
mirror of https://github.com/stucki/docker-lineageos synced 2024-12-19 17:12:29 -05:00

Use bash strict mode

This commit is contained in:
Michael Stucki 2017-04-21 13:02:43 +02:00
parent 80265768b9
commit b1d07d47e3

2
run.sh
View File

@ -1,5 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -euo pipefail
cd $(dirname $0) cd $(dirname $0)
SOURCE=$(pwd)/android SOURCE=$(pwd)/android