mirror of
https://github.com/flutter/flutter.git
synced 2026-02-03 17:51:05 +08:00
Required to handle Flutter SDK (and other) paths that include spaces. Also includes general cleanup: * Declare explicitly that we use /bin/bash, since we rely on its features. * Add -- where possible, to avoid interpreting files starting in - as options. * Suppress output of pushd/popd. * Avoid stringifying arrays.