Check exit state of install_name_tool calls.

This commit is contained in:
Stephan Witt 2018-09-21 21:47:29 +02:00
parent d9c0807227
commit 28b84f5ddc

View File

@ -720,7 +720,7 @@ content_directory() {
installname() {
echo install_name_tool "$@"
install_name_tool "$@"
install_name_tool "$@" || exit 1
}
private_framework() {