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

Unified Diff: tools/apps/update_homebrew/bin/ssh_with_key

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
Index: tools/apps/update_homebrew/bin/ssh_with_key
diff --git a/tools/apps/update_homebrew/bin/ssh_with_key b/tools/apps/update_homebrew/bin/ssh_with_key
index 210ad1c3d30f30375478e2b32f159d82765763b9..6df4a04d4d612ef44529f34a2db208cb2c19fcab 100755
--- a/tools/apps/update_homebrew/bin/ssh_with_key
+++ b/tools/apps/update_homebrew/bin/ssh_with_key
@@ -1,2 +1,2 @@
-#!/bin/bash
+#!/usr/bin/env bash
ssh -i $SSH_KEY_PATH $@
« no previous file with comments | « tests/standalone/io/create_sample_certificates.sh ('k') | tools/apps/update_homebrew/bin/update_homebrew.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698