add ending message in paddle_build.sh (#20334)

* add ending message

Add ending message to indicate script execution properly finished

* Update paddle_build.sh

test=develop

* Update paddle_build.sh

test=document_fix

* Update paddle_build.sh

test=develop test=document_fix
custom_op_abi
ddokupil 6 years ago committed by Tao Luo
parent a710ccc0cb
commit c98712d56e

@ -1134,6 +1134,7 @@ function main() {
exit 1
;;
esac
echo "paddle_build script finished as expected"
}
main $@

Loading…
Cancel
Save