| Index: dart/utils/compiler/build_helper.dart
|
| diff --git a/dart/utils/compiler/build_helper.dart b/dart/utils/compiler/build_helper.dart
|
| index 8f4ba1cd415a50b0131dd12a7d4a9b6db4165842..b9687fe07b8ba151aa72e0753c219599c2419bd6 100644
|
| --- a/dart/utils/compiler/build_helper.dart
|
| +++ b/dart/utils/compiler/build_helper.dart
|
| @@ -109,7 +109,7 @@ if test -t 1; then
|
| # Stdout is a terminal.
|
| if test 8 -le `tput colors`; then
|
| # Stdout has at least 8 colors, so enable colors.
|
| - COLORS="--colors"
|
| + COLORS="--enable-diagnostic-colors"
|
| fi
|
| fi
|
| exec \$BIN_DIR/dart$options \$BIN_DIR/$path \$COLORS "\$@"
|
|
|