File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,6 @@ readonly flutter_binary="$flutter_dir/bin/flutter"
30
30
# readonly build_type=host_debug_unopt
31
31
# readonly extra_flags=(--local-engine-src-path $engine_src_path --local-engine=$build_type)
32
32
33
- cd $1
33
+ cd " $1 "
34
34
echo Running " $flutter_binary " ${extra_flags[*]} build bundle
35
35
exec " $flutter_binary " ${extra_flags[*]} build bundle
Original file line number Diff line number Diff line change @@ -21,4 +21,4 @@ readonly dart_bin_dir="$flutter_bin_dir/cache/dart-sdk/bin"
21
21
if [[ ! -e $dart_bin_dir ]]; then
22
22
" $flutter_bin_dir /flutter" precache
23
23
fi
24
- exec " $dart_bin_dir /dart" " $base_dir /dart_tools/bin/update_flutter_engine.dart" $@
24
+ exec " $dart_bin_dir /dart" " $base_dir /dart_tools/bin/update_flutter_engine.dart" " $@ "
You can’t perform that action at this time.
0 commit comments