Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Molaro <lupus@oddwiz.org>2002-03-26 22:37:02 +0300
committerPaolo Molaro <lupus@oddwiz.org>2002-03-26 22:37:02 +0300
commit92c13be9eaebd0d747a5107119f41518dd3bae21 (patch)
tree9387034dd0e0183e5168598919afef10bf5d2620 /scripts/mcs.in
parent25cb0550adac825cfb829c7ed2e152106314b31a (diff)
Use mono to run the compiler.
svn path=/trunk/mono/; revision=3370
Diffstat (limited to 'scripts/mcs.in')
-rw-r--r--scripts/mcs.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mcs.in b/scripts/mcs.in
index 12e43ca0bb3..e9d45e52b35 100644
--- a/scripts/mcs.in
+++ b/scripts/mcs.in
@@ -1,2 +1,2 @@
#!/bin/sh
-@bindir@/mint @bindir@/mcs.exe $* \ No newline at end of file
+@bindir@/mono @bindir@/mcs.exe $*