Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.

Commit ae1414e

Browse files
committed
common-versions: fix line continuation
1 parent e4e9621 commit ae1414e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/common-versions-source.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,12 +228,12 @@ function build_versions()
228228

229229
# The classical GCC libraries.
230230
(
231-
if [ "${TARGET_PLATFORM}" == "linux" -a
231+
if [ "${TARGET_PLATFORM}" == "linux" -a \
232232
\( "${TARGET_ARCH}" == "arm" -o "${TARGET_ARCH}" == "arm64" \) ]
233233
then
234234
WITH_TESTS="n"
235235
fi
236-
236+
237237
build_gmp "6.1.2"
238238
)
239239
build_mpfr "3.1.6"

0 commit comments

Comments
 (0)