diff --git a/build.sh b/build.sh index 2575b979b4..59e5c738a8 100755 --- a/build.sh +++ b/build.sh @@ -245,4 +245,4 @@ set -x # Print commands from now on time make -j"${job_count}" 2>&1 | tee build.log -${postbuild} # call post build functions +"${postbuild}" # call post build functions