date in the whenfile..

This commit is contained in:
ville rantanen
2014-08-22 14:15:18 +03:00
parent 7113939b55
commit 9c8616f39f

View File

@@ -170,7 +170,8 @@ function whenfilechanges() {
echo "${fname[$i]} changed:"
eval "$@"
otime[$i]=$( stat -c %Z "${fname[$i]}" )
echo "Waiting for file changes..."
echo -n "Waiting for file changes... "
date
}
done
sleep 2