From 6e9ec396127433910d7946bed2fd9e714a314797 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Mon, 24 Oct 2011 12:53:27 -0400 Subject: [PATCH] Remove the exit code so that we can get a little bit further on MacOS X --- scripts/mono-test-install | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/mono-test-install b/scripts/mono-test-install index 362eed4cf56..af0727f9844 100755 --- a/scripts/mono-test-install +++ b/scripts/mono-test-install @@ -41,7 +41,6 @@ if pkg-config --modversion mono >& /dev/null; then echo " than the Mono found:" echo " Mono on PATH: $monocmd" echo " Mono from pkg-config: $pkg_config_mono" - exit 1 fi else echo "Warning: pkg-config could not find mono installed on this system" -- 2.25.1