summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Graham <joseph@fibreglass.tunachunks>2014-07-13 09:07:39 +0100
committerJoseph Graham <joseph@fibreglass.tunachunks>2014-07-13 09:07:39 +0100
commit234f15120466ac23033cb447e84450ad75d46bfc (patch)
tree11d9ae3ad24eb837f21e37e1be7bb7bd4f4a0fde
parentc1ec75d26381a3a465a1ff8c6b09097f1b445876 (diff)
fixed slight bug
-rwxr-xr-xlabs_change_detector2
1 files changed, 1 insertions, 1 deletions
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