[Monodevelop-patches-list] r1904 - trunk/MonoDevelop/Core

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Mon Jul 5 18:42:58 EDT 2004


Author: tberman
Date: 2004-07-05 18:42:58 -0400 (Mon, 05 Jul 2004)
New Revision: 1904

Modified:
   trunk/MonoDevelop/Core/monodevelop.in
Log:
sure, why not fix the tabbing


Modified: trunk/MonoDevelop/Core/monodevelop.in
===================================================================
--- trunk/MonoDevelop/Core/monodevelop.in	2004-07-05 22:34:33 UTC (rev 1903)
+++ trunk/MonoDevelop/Core/monodevelop.in	2004-07-05 22:42:58 UTC (rev 1904)
@@ -49,18 +49,18 @@
 cd $MD_BIN_PATH
 
 case x$1 in
-    x--profile)
-    @RUNTIME@ --profile ./MonoDevelop.exe $@
-	exit 0
-    ;;
-    x--debug)
-    @RUNTIME@ --debug ./MonoDevelop.exe $@
-	exit 0
-    ;;
+	x--profile)
+		@RUNTIME@ --profile ./MonoDevelop.exe $@
+		exit 0
+		;;
+	x--debug)
+		@RUNTIME@ --debug ./MonoDevelop.exe $@
+		exit 0
+		;;
 	x--trace)
-    @RUNTIME@ --trace ./MonoDevelop.exe $@
-	exit 0;
-	;;
+		@RUNTIME@ --trace ./MonoDevelop.exe $@
+		exit 0;
+		;;
 esac
 
 # should not use --debug when we are more stable




More information about the Monodevelop-patches-list mailing list