Skip to content

Commit

Permalink
build.sh: return errorcode on build fail
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-w committed Sep 21, 2024
1 parent 45995a5 commit 07d74b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -886,6 +886,7 @@ function build {
else
echo "No Configfile found, Please Configure Kernel"
fi
return $ret
}

function prepare_SD {
Expand Down

0 comments on commit 07d74b5

Please sign in to comment.