From fadf855cc5b74507676344bbba97fd043d391769 Mon Sep 17 00:00:00 2001 From: Razvan Deaconescu Date: Tue, 3 Aug 2010 23:50:40 +0300 Subject: [PATCH] ControlScripts: fix typo (test_infinte -> test_infinite) in schedule_client.sh --- ControlScripts/schedule_client.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ControlScripts/schedule_client.sh b/ControlScripts/schedule_client.sh index 89b0e6b..3d82674 100755 --- a/ControlScripts/schedule_client.sh +++ b/ControlScripts/schedule_client.sh @@ -67,7 +67,7 @@ resume_client() # test whether time in period (t1, t2) is infinte ("-" sign) # if that is the case, sleep indefinitely, waiting for shut down -test_infinte() +test_infinite() { time="$1" -- 2.20.1