Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

3.1.2 beta bug



Hello,

I am experiencing the following anomaly from zsh 3.1.2 running under
IRIX: filename glob patterns which encompass multiple directories fail to
generate any filenames on the IRIX hwfgs filesystem.  This is the
filesystem which maps hardware devices to files and directories; there
is no such problem on the "normal" xfs filesystem.

[pizza]11:46AM@/>uname -a
IRIX64 pizza 6.4 02121744 IP27
[pizza]11:47AM@/>echo $ZSH_VERSION
3.0.4
[pizza]11:47AM@/>echo /hw/a*
/hw/atm /hw/audio
[pizza]11:47AM@/>echo /hw/a*/*
/hw/atm/0 /hw/atm/1 /hw/atm/2 /hw/atm/3 /hw/audio/RAD1
[pizza]11:48AM@/>exec zsh-3.1.2
[pizza]11:48AM@/>echo $ZSH_VERSION
3.1.2
[pizza]11:48AM@/>echo /hw/a*
/hw/atm /hw/audio
[pizza]11:48AM@/>echo /hw/a*/*
zsh: no matches found: /hw/a*/*
[pizza]11:48AM@/[1]>df /hw
Filesystem             Type  blocks     use     avail  %use Mounted on
/hw                   hwgfs        0        0        0   0  /hw

--
Jesse Zbikowski				Digital Video Engineer
jdz@xxxxxxxxxxxx			SGI Advanced Entertainment Systems



Messages sorted by: Reverse Date, Date, Thread, Author