mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-04 20:56:46 +08:00
Coin: write multiple lines from bash script with different syntax
The current way of using "cat <<EOB" works but then confuses Gerrit's online editor and syntax highlighting after it becomes wrong. using echo does the same and avoid this syntax highliting confusion. Pick-to: 6.8 Change-Id: Id97bf23f51dd9321cf7e02f263b957ed7655bfb5 Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io>
This commit is contained in:
@@ -125,7 +125,7 @@ SetEnvVar "ANDROID_NDK_HOST" "linux-x86_64"
|
||||
SetEnvVar "ANDROID_API_VERSION" "$sdkApiLevel"
|
||||
|
||||
# shellcheck disable=SC2129
|
||||
cat <<EOB >>~/versions.txt
|
||||
cat >>~/versions.txt <<EOB
|
||||
Android SDK tools = $toolsVersion
|
||||
Android SDK Build Tools = $sdkBuildToolsVersion
|
||||
Android SDK API level = $sdkApiLevel
|
||||
|
||||
Reference in New Issue
Block a user