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

Issue 10985068: Fix issue 3402 . The initial suggestion of using readlink doesn't (Closed)

Created:
8 years, 2 months ago by dgrove
Modified:
8 years, 2 months ago
Reviewers:
ahe
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix issue 3402 . The initial suggestion of using readlink doesn't work on MacOS, so I went this slightly more obtuse solution, which does work on MacOS and Linux. Committed: https://code.google.com/p/dart/source/detail?r=13025

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -3 lines) Patch
M utils/compiler/build_helper.dart View 1 2 chunks +10 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
dgrove
8 years, 2 months ago (2012-09-27 21:11:09 UTC) #1
ahe
http://codereview.chromium.org/10985068/diff/1/utils/compiler/build_helper.dart File utils/compiler/build_helper.dart (right): http://codereview.chromium.org/10985068/diff/1/utils/compiler/build_helper.dart#newcode101 utils/compiler/build_helper.dart:101: #!/bin/sh This should be /bin/bash as the script relies ...
8 years, 2 months ago (2012-09-28 03:47:30 UTC) #2
dgrove
Thanks Peter - I made these changes. I'll also update the pub script in a ...
8 years, 2 months ago (2012-09-28 15:48:17 UTC) #3
ahe
8 years, 2 months ago (2012-09-28 15:55:03 UTC) #4
LGTM, thank you once again for taking care of these things that seem to fall
through the cracks.

Powered by Google App Engine
This is Rietveld 408576698