DescriptionFix usage of bash builtin "local" in update_depot_tools.
The bash command "local myvar=$(mycommand)" has the exit status of the
bash builtin "local" rather than the exit status of mycommand. To get
the exit status of mycommand, "local myvar" should be run separately
on a previous line.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=169446
Patch Set 1 #
Total comments: 2
Patch Set 2 : remove comma #Messages
Total messages: 9 (0 generated)
|