Make the dmcs/gmcs scripts identical to the mcs script with an extra -sdk: argument...
authorZoltan Varga <vargaz@gmail.com>
Tue, 20 Aug 2013 22:56:25 +0000 (00:56 +0200)
committerZoltan Varga <vargaz@gmail.com>
Tue, 20 Aug 2013 22:57:28 +0000 (00:57 +0200)
scripts/dmcs.in [changed mode: 0644->0755]
scripts/gmcs.in [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 716c1ac..e59bacf
@@ -1,2 +1,2 @@
 #!/bin/sh
-mcs -sdk:4 "$@"
+exec @bindir@/mono $MONO_OPTIONS @mono_instdir@/4.5/mcs.exe -sdk:4 "$@"
old mode 100644 (file)
new mode 100755 (executable)
index df33e6c..64005f5
@@ -1,2 +1,2 @@
 #!/bin/sh
-mcs -sdk:2 "$@"
+exec @bindir@/mono $MONO_OPTIONS @mono_instdir@/4.5/mcs.exe -sdk:2 "$@"