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

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

[Octave-bug-tracker] [bug #47232] zip fails if filename has whitespace


From: Andreas Weber
Subject: [Octave-bug-tracker] [bug #47232] zip fails if filename has whitespace
Date: Tue, 23 Feb 2016 08:46:18 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.6.1

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

in unpack.m the cmd is

'gzip -d -v -f -r "%s"'
'tar xvf "%s"'
'bzip2 -d -c "%s" | tar xvf -'


and so on. Thus I think

cmd = sprintf ('zip -r "%s" %s', zipfile, sprintf (' "%s"', files{:}));


would be consistent here. I would commit this change to default the next days.

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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