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

Side by Side 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, 11 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 unified diff | Download patch
OLDNEW
1 #!/bin/bash 1 #!/usr/bin/env bash
2 ssh -i $SSH_KEY_PATH $@ 2 ssh -i $SSH_KEY_PATH $@
OLDNEW
« 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