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

Issue 2148413002: Use the command builtin rather than which. (Closed)

Created:
4 years, 5 months ago by nweiz
Modified:
4 years, 4 months ago
Reviewers:
floitsch, kevmoo
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/pub.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2

Patch Set 2 : Use runInShell. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -22 lines) Patch
M lib/src/global_packages.dart View 1 1 chunk +5 lines, -1 line 0 comments Download
M lib/src/io.dart View 1 4 chunks +31 lines, -21 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
nweiz
4 years, 5 months ago (2016-07-14 19:44:00 UTC) #1
kevmoo
DBQ https://codereview.chromium.org/2148413002/diff/1/lib/src/global_packages.dart File lib/src/global_packages.dart (right): https://codereview.chromium.org/2148413002/diff/1/lib/src/global_packages.dart#newcode776 lib/src/global_packages.dart:776: var result = runProcessSync("sh", ["-c", 'command -v "\$installed"'], ...
4 years, 5 months ago (2016-07-14 21:22:13 UTC) #3
nweiz
https://codereview.chromium.org/2148413002/diff/1/lib/src/global_packages.dart File lib/src/global_packages.dart (right): https://codereview.chromium.org/2148413002/diff/1/lib/src/global_packages.dart#newcode776 lib/src/global_packages.dart:776: var result = runProcessSync("sh", ["-c", 'command -v "\$installed"'], On ...
4 years, 5 months ago (2016-07-14 22:06:57 UTC) #4
kevmoo
LGTM - but I don't think I was an original reviewer :-/
4 years, 5 months ago (2016-07-21 20:20:30 UTC) #5
floitsch
LGTM. I'm not sure, if switching from 'bash' to 'sh' could change the resolution of ...
4 years, 4 months ago (2016-07-27 17:53:18 UTC) #6
nweiz
4 years, 4 months ago (2016-07-27 18:53:22 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
91a55e366cfe2aabae34f78726e5de2cab5dc412 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698