Author: toad
Date: 2008-01-24 14:51:57 +0000 (Thu, 24 Jan 2008)
New Revision: 17229

Modified:
   trunk/apps/new_installer/Unix_shortcutSpec.xml
Log:
DOH! Missing "$" !

Modified: trunk/apps/new_installer/Unix_shortcutSpec.xml
===================================================================
--- trunk/apps/new_installer/Unix_shortcutSpec.xml      2008-01-24 14:30:36 UTC 
(rev 17228)
+++ trunk/apps/new_installer/Unix_shortcutSpec.xml      2008-01-24 14:51:57 UTC 
(rev 17229)
@@ -69,7 +69,7 @@
                applications="no"
                startMenu="no"
                startup="no"
-               target="INSTALL_PATH/run.sh"
+               target="$INSTALL_PATH/run.sh"
                commandLine="restart"

                initialState="noShow"
@@ -91,7 +91,7 @@
                applications="no"
                startMenu="no"
                startup="no"
-               target="INSTALL_PATH/run.sh"
+               target="$INSTALL_PATH/run.sh"
                commandLine="stop"

                initialState="noShow"


Reply via email to