Small cleanup

This commit is contained in:
zador-blood-stained
2017-08-01 15:31:54 +03:00
parent a190eebf43
commit ab7a73be31
3 changed files with 5 additions and 5 deletions

View File

@@ -58,7 +58,3 @@ if [[ $BUILD_ALL == yes || $BUILD_ALL == demo ]]; then
else
source $SRC/lib/main.sh
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 || true