From: Stephan Witt Date: Fri, 21 Sep 2018 19:47:29 +0000 (+0200) Subject: Check exit state of install_name_tool calls. X-Git-Tag: 2.3.2~79 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=1b55d4017b687309a28448742fd41adaf9563d7e;p=features.git Check exit state of install_name_tool calls. (cherry picked from commit 28b84f5ddc42d2b4ec973b0abd4f8f3608952c61) --- diff --git a/development/LyX-Mac-binary-release.sh b/development/LyX-Mac-binary-release.sh index 075677b37e..97dfe409cf 100644 --- a/development/LyX-Mac-binary-release.sh +++ b/development/LyX-Mac-binary-release.sh @@ -720,7 +720,7 @@ content_directory() { installname() { echo install_name_tool "$@" - install_name_tool "$@" + install_name_tool "$@" || exit 1 } private_framework() {