mirror of https://github.com/CGAL/cgal
Better script
The pattern "build*/" is now excluded recursively and not only at the root. Trivial fix for master.
This commit is contained in:
parent
bb8a14104c
commit
ad7fd054d2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue