Remove the exit code so that we can get a little bit further on MacOS X
authorMiguel de Icaza <miguel@gnome.org>
Mon, 24 Oct 2011 16:53:27 +0000 (12:53 -0400)
committerMiguel de Icaza <miguel@gnome.org>
Mon, 24 Oct 2011 16:54:04 +0000 (12:54 -0400)
scripts/mono-test-install

index 362eed4cf5625515f76f4e9c59884b3eb9a4c15f..af0727f9844d09b6258fd3927fd8f9792664e2c8 100755 (executable)
@@ -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"