| Index: tools/apps/update_homebrew/bin/update_homebrew.dart
|
| diff --git a/tools/apps/update_homebrew/bin/update_homebrew.dart b/tools/apps/update_homebrew/bin/update_homebrew.dart
|
| index 50474c934bdd5d0607045da334dc16fa68b259c7..4623e9aae0f4562b937ce685138e6a7b41250f53 100644
|
| --- a/tools/apps/update_homebrew/bin/update_homebrew.dart
|
| +++ b/tools/apps/update_homebrew/bin/update_homebrew.dart
|
| @@ -186,7 +186,7 @@ class Dart < Formula
|
|
|
| def shim_script target
|
| <<-EOS.undent
|
| - #!/bin/bash
|
| + #!/usr/bin/env bash
|
| exec "#{prefix}/#{target}" "\$@"
|
| EOS
|
| end
|
|
|