Skip to content

Commit

Permalink
add print
Browse files Browse the repository at this point in the history
Signed-off-by: ZhangJianyu <[email protected]>
  • Loading branch information
arthw committed Nov 7, 2024
1 parent 4fab7a5 commit ca943cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ make clean
make html

retval=$?
echo "result = $retval"
if [ $retval -ne 0 ]; then
echo "make html is error"
exit 1
Expand Down

0 comments on commit ca943cc

Please sign in to comment.