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

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

[Octave-bug-tracker] [bug #48151] pkg update - error if packages are spe


From: Nicholas Jankowski
Subject: [Octave-bug-tracker] [bug #48151] pkg update - error if packages are specified
Date: Mon, 6 Jun 2016 18:19:45 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0

Follow-up Comment #1, bug #48151 (project octave):

Also had to tweak one of the following lines:

update_lst = { update_lst, installed_pkgs_lst{idx} };


to:

update_lst = [ update_lst, installed_pkgs_lst(idx) ];


otherwise it would concatenate the empty cell, which would break the later
.name call on line 548 since it still looked like a cell not a struct.

patch attached

(file #37412)
    _______________________________________________________

Additional Item Attachment:

File name: pkgupdatefix.diff              Size:1 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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