Better script

The pattern "build*/" is now excluded recursively and not only at the
root.

Trivial fix for master.
This commit is contained in:
Laurent Rineau 2014-12-22 18:01:35 +01:00
parent bb8a14104c
commit ad7fd054d2
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@
setopt extendedglob
ls -1 ^build*/**/(#i)*.^(py|sh|run|sh|csh|pl|perl|bin|out)(.x) 2>/dev/null || exit 0
ls -1 ((^build*)/)#/(#i)*.^(py|sh|run|sh|csh|pl|perl|bin|out)(.x) 2>/dev/null || exit 0
exit 1