From 6c4b7f1479eff4b4c90bab0c82d3e6a7c1bfc8ed Mon Sep 17 00:00:00 2001 From: Markus Goetz Date: Fri, 13 Mar 2015 16:35:44 +0100 Subject: [PATCH] OS X: Always return 0 from pre_install.sh --- admin/osx/pre_install.sh.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/osx/pre_install.sh.cmake b/admin/osx/pre_install.sh.cmake index e2b9e46b1..094a283de 100644 --- a/admin/osx/pre_install.sh.cmake +++ b/admin/osx/pre_install.sh.cmake @@ -6,3 +6,4 @@ killall @APPLICATION_EXECUTABLE@ # Unload the Finder plugin. see issue #2105 killall Finder +exit 0 -- 2.30.2