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

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

[Octave-bug-tracker] [bug #62282] ls command in 7.1.0 may not function


From: Liang Tang
Subject: [Octave-bug-tracker] [bug #62282] ls command in 7.1.0 may not function
Date: Fri, 22 Apr 2022 12:26:57 -0400 (EDT)

Follow-up Comment #42, bug #62282 (project octave):

Markus, thanks.  Rik's charges are in a mutually exclusive if block with you
changes.  The baseline is the file you sent with these updates: 

        args = regexprep (args, '(?<!\\)([\*\?])', '"$1"');
        args = regexprep (args, '(?<!\\)\[', '"[');
        args = regexprep (args, '(?<!\\)\[', ']"');
        args = regexprep (args, '(\\.)', '"$1"');

If that is the case, with the latest update, there is nothing on my end will
change.  Thanks.  


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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