Zach Panzarino
|
e3a4147ac9
|
Update copyright date
|
2015-12-31 23:28:40 +00:00 |
|
practicalswift
|
c22493af96
|
Use $(cmd) instead of discouraged cmd.
|
2015-12-19 21:32:55 +01:00 |
|
practicalswift
|
0e43c9352d
|
Use "-gt" for numeric comparisons instead of ">" (used for string comparisons).
$ [[ 2 -gt 100 ]] && echo true || echo false
false
$ [[ 2 > 100 ]] && echo true || echo false
true
|
2015-12-19 21:20:26 +01:00 |
|
Greg Parker
|
5e7e993e57
|
Fix shell syntax in swift-stdlib-tool-substitute.
Newer versions of bash didn't like the combined test switch form.
https://bugs.swift.org/browse/SR-205
|
2015-12-13 05:22:57 -08:00 |
|
James McLaughlin
|
9da5899652
|
Consistently use env(1) to resolve bash and python paths
|
2015-12-03 20:55:27 +00:00 |
|
Greg Parker
|
b716f91732
|
[utils/build] Add swift-stdib-tool-substitute, destined for OSS toolchains.
rdar://23407213
|
2015-11-06 16:07:03 -08:00 |
|