X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=scripts%2Fsmcs.in;h=182d51a5fdadb4e0abd5194b740fc757e42071a3;hb=feca28835d4e3cb2be67bdcbd4f54fee62c3797a;hp=20179fc348475087bb4515910cb6d2bfb989c3bc;hpb=5660a8b3595782cd7208a283d6b354a1691b4cd5;p=mono.git diff --git a/scripts/smcs.in b/scripts/smcs.in index 20179fc3484..182d51a5fda 100644 --- a/scripts/smcs.in +++ b/scripts/smcs.in @@ -1,2 +1,2 @@ #!/bin/sh -MONO_PATH="@mono_instdir@/@framework_version@/" exec @bindir@/@mono_interp@ $MONO_OPTIONS @mono_instdir@/@framework_version@/@exe_name@.exe "$@" +MONO_PATH="@mono_instdir@/@framework_version@/:$MONO_PATH" exec @bindir@/@mono_interp@ $MONO_OPTIONS @mono_instdir@/@framework_version@/@exe_name@.exe "$@"