Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(288)

Unified Diff: tools/apps/update_homebrew/bin/update_homebrew.dart

Issue 1552313002: Refs #25328 Use a portable shebang (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/apps/update_homebrew/bin/ssh_with_key ('k') | tools/bots/run_android_tests.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « tools/apps/update_homebrew/bin/ssh_with_key ('k') | tools/bots/run_android_tests.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698