Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1698)

Issue 5285043: code review 5285043: build: stop on failed deps.bash (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 5 months ago by rsc
Modified:
13 years, 5 months ago
Reviewers:
CC:
gri, golang-dev
Visibility:
Public.

Description

build: stop on failed deps.bash Apparently some versions of bash do the ||exit implicitly when in set -e mode, but others do not. ???

Patch Set 1 #

Patch Set 2 : code review 5285043: build: stop on failed deps.bash #

Patch Set 3 : diff -r 461aaa349934 https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r f650efd9ed8d https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/make.bash View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3
rsc
Hello gri (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 5 months ago (2011-10-14 18:35:09 UTC) #1
gri
LGTM
13 years, 5 months ago (2011-10-14 18:37:36 UTC) #2
rsc
13 years, 5 months ago (2011-10-14 19:54:38 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=ab431d0ace8f ***

build: stop on failed deps.bash

Apparently some versions of bash do the ||exit implicitly
when in set -e mode, but others do not.  ???

R=gri
CC=golang-dev
http://codereview.appspot.com/5285043
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b