Skip to content

Commit 12a147f

Browse files
[gardening] Use $(…) instead of legacy .
1 parent b4e10da commit 12a147f

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)