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

Issue 1148483002: Clang update.sh: fix logical or-expression (Closed)

Created:
5 years, 7 months ago by hans
Modified:
5 years, 7 months ago
Reviewers:
Nico
CC:
chromium-reviews, eugenis+clang_chromium.org, glider+clang_chromium.org, dmikurube+clang_chromium.org, ukai+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Clang update.sh: fix logical or-expression It seems Bash didn't like the -o variant: + [[ -n '' ]] src/tools/clang/scripts/update.sh: line 701: syntax error in conditional expression BUG=452726 R=thakis@chromium.org Committed: https://chromium.googlesource.com/chromium/src/+/7e7d24b956bc5bc1692030066b154d386eac780c

Patch Set 1 #

Total comments: 2

Patch Set 2 : simplify #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M tools/clang/scripts/update.sh View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 10 (2 generated)
hans
This is a follow-up to https://codereview.chromium.org/1132123003/, which broke things, e.g. http://build.chromium.org/p/chromium.fyi/builders/ClangToTLinux/builds/1489/steps/gclient%20runhooks/logs/stdio (though it seems buildbot ...
5 years, 7 months ago (2015-05-18 22:42:42 UTC) #2
Nico
https://codereview.chromium.org/1148483002/diff/1/tools/clang/scripts/update.sh File tools/clang/scripts/update.sh (right): https://codereview.chromium.org/1148483002/diff/1/tools/clang/scripts/update.sh#newcode701 tools/clang/scripts/update.sh:701: if [[ -n "$run_tests" ]] || [[ -n "${LLVM_FORCE_HEAD_REVISION:-''}" ...
5 years, 7 months ago (2015-05-18 23:10:54 UTC) #3
hans
Comments addressed. https://codereview.chromium.org/1148483002/diff/1/tools/clang/scripts/update.sh File tools/clang/scripts/update.sh (right): https://codereview.chromium.org/1148483002/diff/1/tools/clang/scripts/update.sh#newcode701 tools/clang/scripts/update.sh:701: if [[ -n "$run_tests" ]] || [[ ...
5 years, 7 months ago (2015-05-18 23:26:23 UTC) #4
Nico
lgtm (maybe -o is a [] thing, not a [[ ]] thing?)
5 years, 7 months ago (2015-05-18 23:36:10 UTC) #5
hans
On 2015/05/18 23:36:10, Nico wrote: > lgtm > > (maybe -o is a [] thing, ...
5 years, 7 months ago (2015-05-18 23:37:50 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1148483002/20001
5 years, 7 months ago (2015-05-18 23:38:28 UTC) #8
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/7e7d24b956bc5bc1692030066b154d386eac780c Cr-Commit-Position: refs/heads/master@{#330451}
5 years, 7 months ago (2015-05-18 23:41:03 UTC) #9
hans
5 years, 7 months ago (2015-05-18 23:41:12 UTC) #10
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
7e7d24b956bc5bc1692030066b154d386eac780c (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698