Author: markt Date: Wed May 4 10:35:58 2011 New Revision: 1099400 URL: http://svn.apache.org/viewvc?rev=1099400&view=rev Log: Blet and braces - make sure $1 is ""
Modified: tomcat/trunk/res/tomcat.nsi Modified: tomcat/trunk/res/tomcat.nsi URL: http://svn.apache.org/viewvc/tomcat/trunk/res/tomcat.nsi?rev=1099400&r1=1099399&r2=1099400&view=diff ============================================================================== --- tomcat/trunk/res/tomcat.nsi (original) +++ tomcat/trunk/res/tomcat.nsi Wed May 4 10:35:58 2011 @@ -634,6 +634,7 @@ FunctionEnd Function findJavaHome ClearErrors + StrCpy $1 "" ; Use the 64-bit registry first on 64-bit machines ExpandEnvStrings $0 "%PROGRAMW6432%" --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org