mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-06 10:20:26 +02:00
build fail if any command fails.
This commit is contained in:
parent
3dce6b1204
commit
1c1f638be7
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
set -ex
|
||||||
cd "$(dirname "$0")"
|
cd "$(dirname "$0")"
|
||||||
|
|
||||||
BASE="${PWD}/../"
|
BASE="${PWD}/../"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue