mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Check exit state of install_name_tool calls.
(cherry picked from commit 28b84f5ddc
)
This commit is contained in:
parent
b090327dec
commit
1b55d4017b
@ -720,7 +720,7 @@ content_directory() {
|
||||
|
||||
installname() {
|
||||
echo install_name_tool "$@"
|
||||
install_name_tool "$@"
|
||||
install_name_tool "$@" || exit 1
|
||||
}
|
||||
|
||||
private_framework() {
|
||||
|
Loading…
Reference in New Issue
Block a user