]> git.lyx.org Git - features.git/commitdiff
Check exit state of install_name_tool calls.
authorStephan Witt <switt@lyx.org>
Fri, 21 Sep 2018 19:47:29 +0000 (21:47 +0200)
committerStephan Witt <switt@lyx.org>
Sat, 22 Sep 2018 18:33:55 +0000 (20:33 +0200)
(cherry picked from commit 28b84f5ddc42d2b4ec973b0abd4f8f3608952c61)

development/LyX-Mac-binary-release.sh

index 075677b37e3e91d84899b5a086787df886b81b17..97dfe409cf917d4616035c12eddeb8786cb23b4d 100644 (file)
@@ -720,7 +720,7 @@ content_directory() {
 
 installname() {
                echo install_name_tool "$@"
-               install_name_tool "$@"
+               install_name_tool "$@" || exit 1
 }
 
 private_framework() {