octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #55725] help function fails when TMPDIR contai


From: Nicholas Jankowski
Subject: [Octave-bug-tracker] [bug #55725] help function fails when TMPDIR contains a space
Date: Sat, 16 Feb 2019 21:26:26 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299

Follow-up Comment #8, bug #55725 (project octave):

In windows command shell I'm pretty user double quotes are expected to be used
in most things related to path definitions. I don't think I've ever seen
single quotes work.  Might I be correct in guessing that system() corrects
things behind the scenes for windows?

In any case, for those on windows awaiting a patched version, the following in
a batch file (also attached) in the same folder as octave.vbs will change the
TMP and TEMP environment variables to the 8.3 versions and then start Octave


@ECHO OFF
for %%A in ("%TMP%") do set TMP=%%~sA
for %%A in ("%TEMP%") do set TEMP=%%~sA
start octave.vbs




(file #46292)
    _______________________________________________________

Additional Item Attachment:

File name: pathfix.bat                    Size:0 KB
    <https://savannah.gnu.org/file/pathfix.bat?file_id=46292>



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55725>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]