From 9c78c9ea28408b0c0db4526fe525be2ec78655e9 Mon Sep 17 00:00:00 2001 From: Aleksandr Chebotov Date: Mon, 13 Jan 2020 14:21:56 +0300 Subject: [PATCH] fix tilde markdown --- images/linux/Ubuntu1604-README.md | 2 +- images/linux/Ubuntu1804-README.md | 2 +- images/linux/scripts/installers/clang.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/images/linux/Ubuntu1604-README.md b/images/linux/Ubuntu1604-README.md index d8bdd79c2..65385ec15 100644 --- a/images/linux/Ubuntu1604-README.md +++ b/images/linux/Ubuntu1604-README.md @@ -31,7 +31,7 @@ The following software is installed on machines with the 20191202.1 update. - tzdata - AWS CLI (aws-cli/1.16.293 Python/2.7.12 Linux/4.15.0-1063-azure botocore/1.13.29) - build-essential -- Clang 6.0 (clang version 6.0.1-svn334776-1~exp1~20190309042730.123 (branches/release_60)) +- Clang 6.0 (clang version 6.0.1-svn334776-1\~exp1\~20190309042730.123 (branches/release_60)) - CMake (cmake version 3.12.4) - Docker Compose (docker-compose version 1.22.0, build f46880fe) - Docker (Docker version 3.0.8, build 2355349d) diff --git a/images/linux/Ubuntu1804-README.md b/images/linux/Ubuntu1804-README.md index 783c5a59d..b9446357f 100644 --- a/images/linux/Ubuntu1804-README.md +++ b/images/linux/Ubuntu1804-README.md @@ -31,7 +31,7 @@ The following software is installed on machines with the 20191202.1 update. - tzdata - AWS CLI (aws-cli/1.16.293 Python/2.7.15+ Linux/5.0.0-1025-azure botocore/1.13.29) - build-essential -- Clang 6.0 (clang version 6.0.1-svn334776-1~exp1~20190309042703.125 (branches/release_60)) +- Clang 6.0 (clang version 6.0.1-svn334776-1\~exp1\~20190309042703.125 (branches/release_60)) - CMake (cmake version 3.12.4) - Docker Compose (docker-compose version 1.22.0, build f46880fe) - Docker (Docker version 3.0.8, build 2355349d) diff --git a/images/linux/scripts/installers/clang.sh b/images/linux/scripts/installers/clang.sh index 6d34c9216..b8e5fa402 100644 --- a/images/linux/scripts/installers/clang.sh +++ b/images/linux/scripts/installers/clang.sh @@ -28,4 +28,4 @@ done # Document what was added to the image echo "Lastly, documenting what we added to the metadata file" -DocumentInstalledItem "Clang 6.0 ($(clang-6.0 --version | head -n 1))" +DocumentInstalledItem "Clang 6.0 ($(clang-6.0 --version | head -n 1 | sed 's/~/\\~/g'))"