Skip to content

Commit 35ceb6f

Browse files
committedDec 21, 2015
build-script: replace tabs with spaces
1 parent 0bf708a commit 35ceb6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎utils/build-script-impl

+1-1
Original file line numberDiff line numberDiff line change
@@ -2170,7 +2170,7 @@ for deployment_target in "${NATIVE_TOOLS_DEPLOYMENT_TARGETS[@]}" "${CROSS_TOOLS_
21702170
continue
21712171
fi
21722172
echo "--- Installing ${product} ---"
2173-
build_dir=$(build_directory $deployment_target $product)
2173+
build_dir=$(build_directory $deployment_target $product)
21742174
set -x
21752175
pushd "${FOUNDATION_SOURCE_DIR}"
21762176
$NINJA_BIN install

0 commit comments

Comments
 (0)