Skip to content

Commit d55a515

Browse files
committed
egrep needed for parens
1 parent dadb07f commit d55a515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build_uec.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ if [ "$WAIT_TILL_LAUNCH" = "1" ]; then
227227
trap kill_tail SIGINT
228228

229229
echo "Waiting stack.sh to finish..."
230-
while ! cat $vm_dir/console.log | grep -q '^stack.sh (completed|failed)' ; do
230+
while ! egrep -q '^stack.sh (completed|failed)' $vm_dir/console.log ; do
231231
sleep 1
232232
done
233233

0 commit comments

Comments
 (0)