Ignore:
Timestamp:
2010-10-01T19:59:56+13:00 (14 years ago)
Author:
ak19
Message:

Minor correction to previous commit by sjm84 for pointing compilation of apache to msvcr100: need to use exclamation marks instead of percent signs to denote the env vars in this situation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/setup.bat

    r22990 r23011  
    110110  echo +Adding in executable path for apache-httpd
    111111  set PATH=!GSDLHOME!\apache-httpd\!GSDLOS!\bin;!PATH!
    112   set PATH=%GSDLHOME%\apache-httpd\!GSDLOS!\lib;%PATH%
     112  set PATH=!GSDLHOME!\apache-httpd\!GSDLOS!\lib;!PATH!
    113113)
    114114
Note: See TracChangeset for help on using the changeset viewer.