[Monodevelop-patches-list] r2710 - trunk/MonoDevelop
Alp Toker
alp at mono-cvs.ximian.com
Fri Aug 5 04:21:50 EDT 2005
Author: alp
Date: 2005-08-05 04:21:49 -0400 (Fri, 05 Aug 2005)
New Revision: 2710
Modified:
trunk/MonoDevelop/ChangeLog
trunk/MonoDevelop/monodevelop.in
Log:
2005-08-05 Alp Toker <alp at atoker.com>
* monodevelop.in: Remove 'function' bash-ism to make the launcher script POSIX sh compatible.
Modified: trunk/MonoDevelop/ChangeLog
===================================================================
--- trunk/MonoDevelop/ChangeLog 2005-08-03 20:29:18 UTC (rev 2709)
+++ trunk/MonoDevelop/ChangeLog 2005-08-05 08:21:49 UTC (rev 2710)
@@ -1,3 +1,8 @@
+2005-08-05 Alp Toker <alp at atoker.com>
+
+ * monodevelop.in: Remove 'function' bash-ism to make the launcher script
+ POSIX sh compatible.
+
2005-08-02 Chrstian Hergert <christian.hergert at gmail.com>
* configure.in: Remove monoquery autoconf options. We no longer need them.
Modified: trunk/MonoDevelop/monodevelop.in
===================================================================
--- trunk/MonoDevelop/monodevelop.in 2005-08-03 20:29:18 UTC (rev 2709)
+++ trunk/MonoDevelop/monodevelop.in 2005-08-05 08:21:49 UTC (rev 2710)
@@ -1,6 +1,6 @@
#!/bin/sh
-function reWrite() {
+reWrite() {
ret=""
WD=`pwd`
for arg in $*
More information about the Monodevelop-patches-list
mailing list