Skip to content

Commit 94592e7

Browse files
authored
Merge pull request #309 from google/fix_turn
Directly call exec to launch the emulator
2 parents 0d5f55c + 6cf08a9 commit 94592e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

emu/templates/launch-emulator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,5 +240,5 @@ fi
240240
var_append LAUNCH_CMD -qemu -append panic=1
241241

242242
# Kick off the emulator
243-
run exec $LAUNCH_CMD
243+
exec $LAUNCH_CMD
244244
# All done!

0 commit comments

Comments
 (0)