Skip to content

Commit 06dd651

Browse files
committed
---
yaml --- r: 348640 b: refs/heads/master c: 40721a8 h: refs/heads/master
1 parent 958e277 commit 06dd651

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: fd71882bf1f2727b977eb72b53ea1ac8e6d34267
2+
refs/heads/master: 40721a80f8dad174a4aa7659f88b764919f48e7a
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2496,7 +2496,7 @@ for host in "${ALL_HOSTS[@]}"; do
24962496

24972497
# Only set the extra arguments if they're not empty.
24982498
if [[ -z "${results_targets[@]}" ]]; then
2499-
DOTEST_ARGS="${DOTEST_ARGS};-E;\"${DOTEST_EXTRA}\""
2499+
DOTEST_ARGS="${DOTEST_ARGS};-E;\\\"${DOTEST_EXTRA}\\\""
25002500
fi
25012501

25022502
cmake_options=(

0 commit comments

Comments
 (0)