mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-16 03:41:26 +00:00
Fix exit code for compile.sh
This commit is contained in:
parent
af9135a884
commit
361bb4bde5
1 changed files with 2 additions and 2 deletions
|
@ -91,8 +91,8 @@ fi
|
|||
|
||||
# hook for function to run after build, i.e. to change owner of $SRC
|
||||
# NOTE: this will run only if there were no errors during build process
|
||||
[[ $(type -t run_after_build) == function ]] && run_after_build
|
||||
[[ $(type -t run_after_build) == function ]] && run_after_build || true
|
||||
|
||||
# If you are committing new version of this file, increment VERSION
|
||||
# Only integers are supported
|
||||
# VERSION=21
|
||||
# VERSION=22
|
||||
|
|
Loading…
Add table
Reference in a new issue