[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mono-patches
Subject:    [Mono-patches] r81127 - trunk/moon/tools/mopen
From:       "Miguel de Icaza (miguel () novell ! com)"
Date:       2007-06-30 21:29:37
Message-ID: 20070630212937.4A0549472C () mono-cvs ! ximian ! com
[Download RAW message or body]

Author: miguel
Date: 2007-06-30 17:29:37 -0400 (Sat, 30 Jun 2007)
New Revision: 81127

Modified:
   trunk/moon/tools/mopen/mopen.in
Log:
Add --debug

Modified: trunk/moon/tools/mopen/mopen.in
===================================================================
--- trunk/moon/tools/mopen/mopen.in	2007-06-30 21:14:30 UTC (rev 81126)
+++ trunk/moon/tools/mopen/mopen.in	2007-06-30 21:29:37 UTC (rev 81127)
@@ -1,2 +1,7 @@
 #!/bin/sh
-exec mono $MONO_OPTIONS @moondir@/mopen.exe $@
\ No newline at end of file
+if test x$1 = x--debug; then
+   DEBUG=--debug
+   shift
+fi
+
+exec mono $DEBUG $MONO_OPTIONS @moondir@/mopen.exe $@
\ No newline at end of file

_______________________________________________
Mono-patches maillist  -  Mono-patches@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-patches
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic