Fix the exit code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user