From e4199a3e68f4cdd160edcbb73a214fd116716091 Mon Sep 17 00:00:00 2001 From: onefang Date: Sun, 4 Aug 2019 02:40:12 +1000 Subject: Don't wait_for_text for anything between [], coz that's a grep thing. --- scripts/start-sim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/start-sim b/scripts/start-sim index 330b16b..9f0a916 100755 --- a/scripts/start-sim +++ b/scripts/start-sim @@ -114,7 +114,7 @@ case $(basename $0) in if [ ! "x$waiting" = "x" ] then - wait_for_text "${title}" "[RegionReady]: INITIALIZATION COMPLETE FOR ${title}" + wait_for_text "${title}" "INITIALIZATION COMPLETE FOR ${title}" fi ;; -- cgit v1.1