Skip to content

Commit 6e95043

Browse files
authored
Merge pull request #3417 from practicalswift/legacy-backticks
2 parents 8d1ea1c + 12a147f commit 6e95043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ function set_build_options_for_host() {
406406
--foundation "$(build_directory ${host} foundation)"
407407
--build-dir "$(build_directory ${host} playgroundlogger)"
408408
--swift-build-dir "$(build_directory ${host} swift)"
409-
--`python -c 'import sys; print sys.argv[1].lower()' ${PLAYGROUNDLOGGER_BUILD_TYPE}`
409+
--$(python -c 'import sys; print sys.argv[1].lower()' ${PLAYGROUNDLOGGER_BUILD_TYPE})
410410
)
411411
;;
412412
linux-armv6)

0 commit comments

Comments
 (0)