forked from firka/flutter
Added shebangs to ios unit test scripts. (flutter/engine#9464)
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
pushd $PWD
|
||||
cd ../../../..
|
||||
./flutter/tools/gn --ios --simulator --unoptimized
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
FLUTTER_ENGINE=ios_debug_sim_unopt
|
||||
|
||||
if [ $# -eq 1 ]; then
|
||||
|
||||
Reference in New Issue
Block a user