mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Fix exit code for compile.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user