Issue 197213008:
Invoke the bash shell via /usr/bin/env so that these scripts run on operating systems without /bin/… (Closed)
Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Use "/usr/bin/env bash" for these files too.
Created 6 years, 7 months ago
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
index 67b7ae7701fa2a623394c000d707145dfe41c387..2be2acd77d7778e4039ecc8b6726993d3fae28ad 100755
--- a/git-crsync
+++ b/git-crsync
@@ -1,3 +1,3 @@
-#!/bin/bash
+#!/usr/bin/env bash
. git-crup
« no previous file with comments
|
« git-cl ('k')
|
git-crup » ('j')
|
no next file with comments »
Issue 197213008: Invoke the bash shell via /usr/bin/env so that these scripts run on operating systems without /bin/…
(Closed)
Created 6 years, 9 months ago by r.c.ladan
Modified 6 years, 7 months ago
Reviewers: cmp, iannucci, M-A Ruel, szager1, agable
Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Comments: 0