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

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

[Octave-bug-tracker] [bug #32443] Cannot complete 'pkg install' (dev 3.5


From: Tatsuro MATSUOKA
Subject: [Octave-bug-tracker] [bug #32443] Cannot complete 'pkg install' (dev 3.5.0+, MinGW)
Date: Thu, 03 Mar 2011 06:05:19 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13

Follow-up Comment #2, bug #32443 (project octave):

Sorry for late reply. You are right.
Change to
! isempty (file_in_path (getenv ("PATH"), "cp.exe")))
correct the error.

Thanks


*********************
This seems to be a cut and paste error.  Please take a look at movefile.m. 
What happens if you change line 113

   && ! isempty (file_in_path (getenv_path ("PATH"), "cp.exe")))

to be the same as line 99

   && ! isempty (file_in_path (getenv ("PATH"), "cp.exe")))


If this works, then we can make this change in the development code.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?32443>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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