Camm Maguire writes:
OK, something like this is now in CVS head and Version_2_6_8pre.
Please test, esp. on windows, and let me know if I can close the bug
on the website.

Small correction to temp-dir patch.

'%' in "%TEMP%" "%TMP%" in get-temp-dir
for Windows are erroneous.  The right way
to call get value of environment variable FOO
on Windows is (si::getenv "FOO") not (si::getenv "%FOO%").
%FOO% is for scripts like $FOO for shell
scripts on UNIX.

--
     Vadim V. Zhytnikov

      <[EMAIL PROTECTED]>
     <[EMAIL PROTECTED]>



_______________________________________________
Gcl-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gcl-devel

Reply via email to