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

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, 6 months ago
CC:
chromium-reviews, Dirk Pranke, cmp-cc_chromium.org, M-A Ruel, iannucci+depot_tools_chromium.org, ilevy-cc_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Visibility:
Public.

Description

Invoke the bash shell via /usr/bin/env so that these scripts run on operating systems without /bin/bash too. TEST=run "git cl owners" on FreeBSD BUG= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=274320

Patch Set 1 #

Patch Set 2 : Use "/usr/bin/env bash" for these files too. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -57 lines) Patch
M git-cache View 1 chunk +1 line, -1 line 0 comments Download
M git-cl View 1 chunk +1 line, -1 line 0 comments Download
M git-crsync View 1 1 chunk +1 line, -1 line 0 comments Download
M git-crup View 1 1 chunk +1 line, -1 line 0 comments Download
M git-freeze View 1 chunk +1 line, -1 line 0 comments Download
M git-lkgr View 1 chunk +1 line, -1 line 0 comments Download
M git-map View 2 chunks +2 lines, -2 lines 0 comments Download
M git-map-branches View 1 chunk +1 line, -1 line 0 comments Download
M git-mark-merge-base View 1 1 chunk +1 line, -1 line 0 comments Download
M git-nav-downstream View 1 chunk +1 line, -1 line 0 comments Download
M git-nav-upstream View 1 chunk +1 line, -1 line 0 comments Download
M git-new-branch View 1 1 chunk +1 line, -1 line 0 comments Download
M git-number View 1 chunk +1 line, -1 line 0 comments Download
M git-rebase-update View 1 2 chunks +2 lines, -2 lines 0 comments Download
M git-rename-branch View 1 1 chunk +1 line, -1 line 0 comments Download
M git-reparent-branch View 1 2 chunks +2 lines, -2 lines 0 comments Download
M git-runhooks View 1 chunk +1 line, -1 line 0 comments Download
M git-squash-branch View 1 1 chunk +2 lines, -2 lines 0 comments Download
M git-thaw View 1 chunk +1 line, -1 line 0 comments Download
M git-try View 1 chunk +1 line, -1 line 0 comments Download
M git-upstream-diff View 1 1 chunk +1 line, -1 line 0 comments Download
M man/push_to_gs.sh View 1 1 chunk +1 line, -1 line 0 comments Download
M man/src/common_demo_functions.sh View 1 1 chunk +1 line, -1 line 0 comments Download
M man/src/demo_repo.sh View 1 1 chunk +1 line, -1 line 0 comments Download
M man/src/depot_tools_tutorial.demo.walkthrough.sh View 1 1 chunk +1 line, -1 line 0 comments Download
M man/src/git-freeze.demo.1.sh View 1 1 chunk +1 line, -1 line 0 comments Download
M man/src/git-map-branches.demo.1.sh View 1 1 chunk +1 line, -1 line 0 comments Download
M man/src/git-map.demo.1.sh View 1 1 chunk +1 line, -1 line 0 comments Download
M man/src/git-nav-downstream.demo.1.sh View 1 1 chunk +1 line, -1 line 0 comments Download
M man/src/git-nav-upstream.demo.1.sh View 1 1 chunk +1 line, -1 line 0 comments Download
M man/src/git-new-branch.demo.1.sh View 1 1 chunk +1 line, -1 line 0 comments Download
M man/src/git-squash-branch.demo.1.sh View 1 1 chunk +1 line, -1 line 0 comments Download
M man/src/make_docs.sh View 1 1 chunk +4 lines, -1 line 0 comments Download
M man/src/prep_demo_repo.sh View 1 1 chunk +1 line, -1 line 0 comments Download
M ninja View 1 chunk +1 line, -1 line 0 comments Download
M testing_support/gerrit-init.sh View 1 1 chunk +1 line, -1 line 0 comments Download
M tests/abandon.sh View 1 1 chunk +1 line, -1 line 0 comments Download
M tests/basic.sh View 1 1 chunk +1 line, -1 line 0 comments Download
M tests/hooks.sh View 1 1 chunk +1 line, -1 line 0 comments Download
M tests/owners.sh View 1 1 chunk +1 line, -1 line 0 comments Download
M tests/patch.sh View 1 1 chunk +1 line, -1 line 0 comments Download
M tests/post-dcommit-hook-test.sh View 1 2 chunks +2 lines, -2 lines 0 comments Download
M tests/push-basic.sh View 1 1 chunk +1 line, -1 line 0 comments Download
M tests/push-from-logs.sh View 1 1 chunk +1 line, -1 line 0 comments Download
M tests/rename.sh View 1 1 chunk +1 line, -1 line 0 comments Download
M tests/save-description-on-failure.sh View 1 1 chunk +1 line, -1 line 0 comments Download
M tests/submit-from-new-dir.sh View 1 1 chunk +1 line, -1 line 0 comments Download
M tests/submodule-merge-test.sh View 1 1 chunk +1 line, -1 line 0 comments Download
M tests/test-lib.sh View 1 1 chunk +1 line, -1 line 0 comments Download
M tests/upload-local-tracking-branch.sh View 1 1 chunk +1 line, -1 line 0 comments Download
M tests/upload-stale.sh View 1 1 chunk +1 line, -1 line 0 comments Download
M tests/upstream.sh View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 21 (0 generated)
r.c.ladan
6 years, 9 months ago (2014-03-14 13:08:40 UTC) #1
Paweł Hajdan Jr.
+maruel to get a review
6 years, 7 months ago (2014-05-09 10:27:49 UTC) #2
cmp
+szager and agable, I'm hoping one of them can review
6 years, 7 months ago (2014-05-09 16:25:34 UTC) #3
szager1
Most of these need to be tested under msysgit.
6 years, 7 months ago (2014-05-09 16:29:16 UTC) #4
iannucci
On 2014/05/09 16:29:16, szager1 wrote: > Most of these need to be tested under msysgit. ...
6 years, 7 months ago (2014-05-09 17:01:52 UTC) #5
r.c.ladan
On 2014/05/09 17:01:52, iannucci wrote: > On 2014/05/09 16:29:16, szager1 wrote: > > Most of ...
6 years, 7 months ago (2014-05-12 07:02:51 UTC) #6
szager1
On 2014/05/12 07:02:51, r.c.ladan wrote: > On 2014/05/09 17:01:52, iannucci wrote: > > On 2014/05/09 ...
6 years, 7 months ago (2014-05-12 08:21:38 UTC) #7
r.c.ladan
On 2014/05/12 08:21:38, szager1 wrote: > On 2014/05/12 07:02:51, r.c.ladan wrote: > > On 2014/05/09 ...
6 years, 7 months ago (2014-05-13 06:42:37 UTC) #8
r.c.ladan
On 2014/05/13 06:42:37, r.c.ladan wrote: > On 2014/05/12 08:21:38, szager1 wrote: > > On 2014/05/12 ...
6 years, 7 months ago (2014-05-13 12:26:00 UTC) #9
r.c.ladan
On 2014/05/13 12:26:00, r.c.ladan wrote: > On 2014/05/13 06:42:37, r.c.ladan wrote: > > On 2014/05/12 ...
6 years, 7 months ago (2014-05-20 11:03:59 UTC) #10
iannucci
There are no trybots for this repo. When things land, they go live on all ...
6 years, 6 months ago (2014-05-30 02:58:15 UTC) #11
iannucci
On 2014/05/30 02:58:15, iannucci wrote: > There are no trybots for this repo. When things ...
6 years, 6 months ago (2014-06-02 19:58:27 UTC) #12
iannucci
lgtm, this works on linux and windows as well. (tried generating manpages on linux, running ...
6 years, 6 months ago (2014-06-02 20:29:03 UTC) #13
r.c.ladan
On 2014/06/02 19:58:27, iannucci wrote: > On 2014/05/30 02:58:15, iannucci wrote: > > There are ...
6 years, 6 months ago (2014-06-02 20:29:40 UTC) #14
iannucci
On 2014/06/02 20:29:03, iannucci wrote: > lgtm, this works on linux and windows as well. ...
6 years, 6 months ago (2014-06-02 20:30:20 UTC) #15
iannucci
Not currently :/. We will be building the ability to try changes like this 'for ...
6 years, 6 months ago (2014-06-02 20:31:35 UTC) #16
r.c.ladan
On 2014/06/02 20:30:20, iannucci wrote: > On 2014/06/02 20:29:03, iannucci wrote: > > lgtm, this ...
6 years, 6 months ago (2014-06-02 20:35:12 UTC) #17
iannucci
The CQ bit was checked by iannucci@chromium.org
6 years, 6 months ago (2014-06-02 20:36:02 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/r.c.ladan@gmail.com/197213008/20001
6 years, 6 months ago (2014-06-02 20:36:35 UTC) #19
iannucci
On 2014/06/02 20:35:12, r.c.ladan wrote: > On 2014/06/02 20:30:20, iannucci wrote: > > On 2014/06/02 ...
6 years, 6 months ago (2014-06-02 20:37:10 UTC) #20
commit-bot: I haz the power
6 years, 6 months ago (2014-06-02 20:39:44 UTC) #21
Message was sent while issue was closed.
Change committed as 274320

Powered by Google App Engine
This is Rietveld 408576698