recwatch: Fix watching newly created files on macOS

Fixes: https://github.com/purpleidea/mgmt/issues/33
This commit is contained in:
Johan Bloemberg
2018-02-22 21:43:08 +01:00
committed by James Shubin
parent 318fe4a5dc
commit 9544ab2e02
9 changed files with 12 additions and 36 deletions

View File

@@ -47,7 +47,7 @@ if [ ! -z "$APT" ]; then
fi
if [ ! -z "$BREW" ]; then
# coreutils contains gtimeout
# coreutils contains gtimeout, gstat, etc
$BREW install libvirt augeas coreutils || true
fi