Author: nextgens
Date: 2008-05-09 07:27:26 +0000 (Fri, 09 May 2008)
New Revision: 19867

Modified:
   trunk/apps/new_installer/res/unix/run.sh
Log:
new_installer: one step closer to fixing the macos bug

Modified: trunk/apps/new_installer/res/unix/run.sh
===================================================================
--- trunk/apps/new_installer/res/unix/run.sh    2008-05-09 06:40:46 UTC (rev 
19866)
+++ trunk/apps/new_installer/res/unix/run.sh    2008-05-09 07:27:26 UTC (rev 
19867)
@@ -375,7 +375,7 @@
     then
         if [ -r "$PIDFILE" ]
         then
-            pid="`cat $PIDFILE`"
+            pid="`cat \"$PIDFILE\"`"
             if [ "X$pid" != "X" ]
             then
                 # It is possible that 'a' process with the pid exists but that 
it is not the


Reply via email to