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

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

[Octave-bug-tracker] [bug #46216] glob() oddities with a wildcard follow


From: Andreas Weber
Subject: [Octave-bug-tracker] [bug #46216] glob() oddities with a wildcard following two or more characters
Date: Wed, 25 Nov 2015 12:16:10 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.4.0

Follow-up Comment #8, bug #46216 (project octave):

The problem with glob breaks installing forge packages for me.


save ("__bilateral__.oct", "pi");
save ("__boundary__.oct", "pi");
save ("rotate_scale.oct", "pi");
x = {"__bilateral__.oct", "__boundary__.oct", "rotate_scale.oct"}
glob (x)


only returns "__bilateral__.oct" on my system. This causes a problem in
scripts/miscellaneous/copyfile.m:83


  ## Protect the filename(s).
  f1 = glob (f1);


where not all .oct files are copied to the destination directory. I wonder why
no one else sses this problem when trying to install forge packages with oct
files.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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