From d959fd3ff6962140d845d735b0004b8ebe49cb56 Mon Sep 17 00:00:00 2001 From: Ville Rantanen Date: Mon, 12 Oct 2015 13:18:09 +0300 Subject: [PATCH] bugfix for forced event --- qcd_function | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcd_function b/qcd_function index b3dffff..afcbb5c 100644 --- a/qcd_function +++ b/qcd_function @@ -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