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:
authorMiguel de Icaza <miguel@gnome.org>2002-05-07 21:30:38 +0400
committerMiguel de Icaza <miguel@gnome.org>2002-05-07 21:30:38 +0400
commitb0adbd3886ebb93e86eb27b994773d06aaf91bea (patch)
treea1823eb0af09ba2067c30458d1d8c14dbb437fa9 /scripts/mcs.in
parent654712a26515a90a7aced75240cc8b54c91eb3d5 (diff)
Use $@ instead of $*
svn path=/trunk/mono/; revision=4383
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 e9d45e52b35..03ea0ad970c 100644
--- a/scripts/mcs.in
+++ b/scripts/mcs.in
@@ -1,2 +1,2 @@
#!/bin/sh
-@bindir@/mono @bindir@/mcs.exe $*
+@bindir@/mono @bindir@/mcs.exe $@