Added shebangs to ios unit test scripts. (#9464)

This commit is contained in:
gaaclarke 2019-06-24 14:02:38 -07:00 committed by GitHub
parent 56954457a5
commit 183a76b38d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#!/bin/sh
pushd $PWD
cd ../../../..
./flutter/tools/gn --ios --simulator --unoptimized

View File

@ -1,3 +1,4 @@
#!/bin/sh
FLUTTER_ENGINE=ios_debug_sim_unopt
if [ $# -eq 1 ]; then