[Mono-list] mono/scripts/mbas.in patch
btouchet
btouchet@drakonis.dyndns.org
21 Jan 2003 08:42:19 -0500
--=-iGceMp9qpI489a86EsF4
Content-Type: multipart/mixed; boundary="=-q9zj02qmRmsKobO04fHm"
--=-q9zj02qmRmsKobO04fHm
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable
There is a typo in mbas.in for mbas bash script where it loads up the c#
compiler instead the basic one.
Attached is the patch to fix this.
Benoit
--=20
btouchet <btouchet@drakonis.dyndns.org>
--=-q9zj02qmRmsKobO04fHm
Content-Disposition: attachment; filename=mono.patch
Content-Transfer-Encoding: quoted-printable
Content-Type: text/x-diff; name=mono.patch; charset=ISO-8859-1
--- mono/scripts/mbas.in 2003-01-20 08:24:10.000000000 -0500
+++ mono.org/scripts/mbas.in 2003-01-21 08:35:17.000000000 -0500
@@ -1,2 +1,2 @@
#!/bin/sh
-@bindir@/@mono_interp@ @bindir@/mcs.exe "$@"
+@bindir@/@mono_interp@ @bindir@/mbas.exe "$@"
--=-q9zj02qmRmsKobO04fHm--
--=-iGceMp9qpI489a86EsF4
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)
iD8DBQA+LU47vko8cCR4S6IRAlgLAKDEB4ZSZSSS5X5HmgJ4yEHONFjFcwCgywgy
BufEv/MbLw9DlpI0jv11nXM=
=Y7Ju
-----END PGP SIGNATURE-----
--=-iGceMp9qpI489a86EsF4--