bugfix for forced event

This commit is contained in:
Ville Rantanen
2015-10-12 13:18:09 +03:00
parent a6a049e8ee
commit d959fd3ff6

View File

@@ -191,8 +191,8 @@ function whenfilechanges() {
date
}
done
read -t 2 forced
echo -ne Waiting.. $( date )\\r
read -t 2 forced
[ $? -eq 0 ] && eval "$@"
done