Fix the exit code

This commit is contained in:
Laurent Rineau
2014-05-22 15:10:00 +02:00
parent 0fa934baf1
commit bb5594931e
@@ -2,4 +2,5 @@
setopt extendedglob
ls -1 ^build*/**/(#i)*.^(py|sh|run|sh|csh|pl|perl)(.x)
ls -1 ^build*/**/(#i)*.^(py|sh|run|sh|csh|pl|perl|bin|out)(.x) 2>/dev/null || exit 0
exit 1