diff options
Diffstat (limited to 'issues_change_detector')
-rwxr-xr-x | issues_change_detector | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/issues_change_detector b/issues_change_detector index 04a6c9b..c54ce6a 100755 --- a/issues_change_detector +++ b/issues_change_detector @@ -1,6 +1,6 @@ #! /bin/bash -if ! which inotifywait &> /dev/null +if [[ ! -x /usr/bin/inotifywait ]] then echo 'inotify is a dep. fail' exit |