zsh-workers
 help / color / mirror / code / Atom feed
* [bug] Globbing fails with execute-only directory in path
@ 2018-03-28 13:35 Tatsuyuki Ishi
  2018-03-28 16:54 ` Mikael Magnusson
  0 siblings, 1 reply; 6+ messages in thread
From: Tatsuyuki Ishi @ 2018-03-28 13:35 UTC (permalink / raw)
  To: zsh-workers

Globs fail to work when one of the directory component is execute-only
(not readable). This is the case on Android (/data/data/ is execute
only so each app can be isolated).

Reproduction steps:

mkdir -p data/app
chmod 111 data
touch data/app/{a,b}
ls data/app/*

Actual results (zsh 5.4.2):

zsh: no matches found: data/app/*

Expected results (bash):

data/app/a  data/app/b


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-03-29 10:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-28 13:35 [bug] Globbing fails with execute-only directory in path Tatsuyuki Ishi
2018-03-28 16:54 ` Mikael Magnusson
2018-03-28 17:00   ` Bart Schaefer
2018-03-29  0:00     ` Tatsuyuki Ishi
2018-03-29  6:37       ` Stephane Chazelas
2018-03-29 10:23         ` Stephane Chazelas

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).