Author: gnorton
Date: 2008-01-30 18:25:56 -0500 (Wed, 30 Jan 2008)
New Revision: 94433

Modified:
   trunk/monodevelop/main/ChangeLog
   trunk/monodevelop/main/monodevelop.in
Log:
In .:
2008-01-30  Geoff Norton  <[EMAIL PROTECTED]>

        * monodevelop.in: Work around a (broken?) behaviour in OSX 10.5 bash
        that caused the launcher script to hang indefinately.



Modified: trunk/monodevelop/main/ChangeLog
===================================================================
--- trunk/monodevelop/main/ChangeLog    2008-01-30 23:18:31 UTC (rev 94432)
+++ trunk/monodevelop/main/ChangeLog    2008-01-30 23:25:56 UTC (rev 94433)
@@ -1,3 +1,8 @@
+2008-01-30  Geoff Norton  <[EMAIL PROTECTED]>
+
+       * monodevelop.in: Work around a (broken?) behaviour in OSX 10.5 bash
+       that caused the launcher script to hang indefinately.
+
 2008-01-29  Michael Hutchinson <[EMAIL PROTECTED]> 
 
        * Makefile.am: Restore some distcheck fixes that got lost during the 

Modified: trunk/monodevelop/main/monodevelop.in
===================================================================
--- trunk/monodevelop/main/monodevelop.in       2008-01-30 23:18:31 UTC (rev 
94432)
+++ trunk/monodevelop/main/monodevelop.in       2008-01-30 23:25:56 UTC (rev 
94433)
@@ -30,6 +30,7 @@
        mozilla_script=$(which mozilla 2> /dev/null)
        firefox_script=$(which firefox 2> /dev/null)
        
+       if [ -z $mozilla_script ] && [ -z $firefox_script ]; then return; fi
        for runtime_script in "$firefox_script $mozilla_script"; do
                MOZDIR=$(grep "MOZ_DIST_LIB=" $runtime_script 2> /dev/null | 
cut -d '"' -f 2 | cut -d '=' -f 2)
                if test -e "$MOZDIR/$MOZFILE"; then echo $MOZDIR; return; fi

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to