mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-09 12:11:44 +00:00
Update build.sh
This commit is contained in:
parent
87daaf6a40
commit
101ae0a361
1 changed files with 2 additions and 0 deletions
2
build.sh
2
build.sh
|
@ -1,6 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
ARG=${1:-'--confirm'}
|
ARG=${1:-'--confirm'}
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
cd "$(dirname "${BASH_SOURCE[0]}")"
|
cd "$(dirname "${BASH_SOURCE[0]}")"
|
||||||
|
|
||||||
# Clean-up from last build
|
# Clean-up from last build
|
||||||
|
|
Loading…
Reference in a new issue