Skip to content

Commit c71354c

Browse files
fix Semgrep error
1 parent caaf463 commit c71354c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/install-start-emulator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ adb shell input keyevent 82 &
5757

5858
#block until emulator is ready to run tests
5959
echo "Waiting for Emulator to start"
60-
until [[ $bootanim =~ "stopped" ]]; do
60+
until [[ ${bootanim} =~ "stopped" ]]; do
6161
echo "run: adb reconnect offline"
6262
adb reconnect offline
6363
adb devices

0 commit comments

Comments
 (0)