Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(281)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: sdk/bin/dart2js_developer
Issue
1552313002
:
Refs #25328 Use a portable shebang (Closed)
Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set:
Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
pkg/analysis_server/tool/spec/generate_files
pkg/analyzer/tool/generate_files
runtime/tools/bmu_benchmark_gallery.sh
sdk/bin/dart
sdk/bin/dart2js
sdk/bin/dart2js_developer
sdk/bin/dart2js_sdk
sdk/bin/dartanalyzer
sdk/bin/dartanalyzer_developer
sdk/bin/dartanalyzer_sdk
sdk/bin/dartdoc
sdk/bin/dartfmt
sdk/bin/dartfmt_sdk
sdk/bin/pub
sdk/bin/pub_sdk
site/try/create_manifest.sh
tests/standalone/io/create_sample_certificates.sh
tools/apps/update_homebrew/bin/ssh_with_key
tools/apps/update_homebrew/bin/update_homebrew.dart
tools/bots/run_android_tests.sh
tools/create_debian_chroot.sh
tools/dartium/download_shellscript_template.sh
tools/dartium/start_dartium_roll.sh
tools/dom/scripts/go.sh
tools/precompilation/test_linux.sh
tools/precompilation/test_linux_simarm.sh
tools/precompilation/test_macos.sh
tools/presubmit.sh
tools/testing/bin/jsshell
View unified diff
|
Download patch
« no previous file with comments
|
« sdk/bin/dart2js
('k') |
sdk/bin/dart2js_sdk »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
1
#!/bin/bash
1
#!/
usr/
bin/
env
bash
2 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3 # for details. All rights reserved. Use of this source code is governed by a
3 # for details. All rights reserved. Use of this source code is governed by a
4 # BSD-style license that can be found in the LICENSE file.
4 # BSD-style license that can be found in the LICENSE file.
5
5
6 . ${BASH_SOURCE%_developer}
6 . ${BASH_SOURCE%_developer}
OLD
NEW
« no previous file with comments
|
« sdk/bin/dart2js
('k') |
sdk/bin/dart2js_sdk »
('j') |
no next file with comments »
Issue 1552313002: Refs #25328 Use a portable shebang (Closed)
Created 4 years, 11 months ago by mulander
Modified 4 years, 11 months ago
Reviewers: Bill Hesse, ricow1
Base URL: git@github.com:dart-lang/sdk.git@master
Comments: 0
This is Rietveld
408576698