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

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

[Octave-bug-tracker] [bug #56700] Unzip from URL


From: Guillaume
Subject: [Octave-bug-tracker] [bug #56700] Unzip from URL
Date: Wed, 31 Jul 2019 08:22:24 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

URL:
  <https://savannah.gnu.org/bugs/?56700>

                 Summary: Unzip from URL
                 Project: GNU Octave
            Submitted by: gyom
            Submitted on: Wed 31 Jul 2019 12:22:23 PM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: Guillaume
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

When using unzip with an URL without specifying the output directory, the URL
is mistakenly used to define it:


unzip ('http://hg.savannah.gnu.org/hgweb/mkdoc/archive/tip.zip');


It works as expected with:


unzip ('http://hg.savannah.gnu.org/hgweb/mkdoc/archive/tip.zip', pwd);
% or
unpack ('http://hg.savannah.gnu.org/hgweb/mkdoc/archive/tip.zip')





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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