Add it to the others, and fix my previous commit
authorMiguel de Icaza <miguel@gnome.org>
Tue, 15 Aug 2006 16:50:20 +0000 (16:50 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Tue, 15 Aug 2006 16:50:20 +0000 (16:50 -0000)
svn path=/trunk/mono/; revision=63773

scripts/mono-service.in
scripts/script.in
scripts/script_umask.in

index cac692f77234d35b3945a6942ffc5e2ab0546a93..f422d36251c4420f5a969b27dfc510a3a6c88a33 100644 (file)
@@ -29,4 +29,4 @@ if test x$assembly = x; then
 fi
 
 export MONO_DISABLE_SHM=1
-exec @bindir@/@mono_interp@ @mono_instdir@/@framework_version@/@exe_name@.exe $args </dev/null >& /dev/null &
+exec @bindir@/@mono_interp@ $MONO_OPTIONS @mono_instdir@/@framework_version@/@exe_name@.exe $args </dev/null >& /dev/null &
index cdc7a7a841e8be38693d46b577add1ad46147350..b6efeb15b53136bda86cb8c7a6b0491b468127fa 100644 (file)
@@ -1,2 +1,2 @@
 #!/bin/sh
-exec $MONO_OPTIONS @bindir@/@mono_interp@ @mono_instdir@/@framework_version@/@exe_name@.exe "$@"
+exec @bindir@/@mono_interp@ $MONO_OPTIONS @mono_instdir@/@framework_version@/@exe_name@.exe "$@"
index dc15f721f329be5ccb3ee24efa61074e015de99f..b1ce589ca505c541c659fbf7285cb5cf87d84e3c 100644 (file)
@@ -1,3 +1,3 @@
 #!/bin/sh
 umask 077
-exec @bindir@/@mono_interp@ @mono_instdir@/@framework_version@/@exe_name@.exe "$@"
+exec @bindir@/@mono_interp@ $MONO_OPTIONS @mono_instdir@/@framework_version@/@exe_name@.exe "$@"