Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Revert strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
plastiv committed Feb 27, 2019
1 parent 0ae8f65 commit 5255e00
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions android-emulator/start-emulator.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#!/bin/bash
# http://redsymbol.net/articles/unofficial-bash-strict-mode/
set -euo pipefail
IFS=$'\n\t'

which sdkmanager
which avdmanager
Expand Down
2 changes: 1 addition & 1 deletion android-emulator/wait-for-boot-completed
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -euo pipefail
IFS=$'\n\t'

# Fetch sys.boot_completed instead of init.svc.bootanim to allow -no-window
# Fetch sys.boot_completed instead of init.svc.bootanim to allow -no-boot-anim option.
adb wait-for-device
boot_completed=`adb -e shell getprop sys.boot_completed 2>&1 | head -n 1`
timeout=0
Expand Down

0 comments on commit 5255e00

Please sign in to comment.