OS X: Always return 0 from pre_install.sh
authorMarkus Goetz <markus@woboq.com>
Fri, 13 Mar 2015 15:35:44 +0000 (16:35 +0100)
committerMarkus Goetz <markus@woboq.com>
Fri, 13 Mar 2015 15:35:44 +0000 (16:35 +0100)
admin/osx/pre_install.sh.cmake

index e2b9e46b1a50e0ffd50739a609e2d874ddadf496..094a283dee676cf67f9d6b5ef9143b85040645e4 100644 (file)
@@ -6,3 +6,4 @@ killall @APPLICATION_EXECUTABLE@
 # Unload the Finder plugin. see issue #2105
 killall Finder
 
+exit 0