From 234f15120466ac23033cb447e84450ad75d46bfc Mon Sep 17 00:00:00 2001 From: Joseph Graham Date: Sun, 13 Jul 2014 09:07:39 +0100 Subject: fixed slight bug --- labs_change_detector | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs_change_detector b/labs_change_detector index dbe747f..7179800 100755 --- a/labs_change_detector +++ b/labs_change_detector @@ -1,6 +1,6 @@ #! /bin/bash -if ! which inotifywait &> /dev.null +if ! which inotifywait &> /dev/null then echo 'inotify is a dep. fail' exit -- cgit v1.2.3