summaryrefslogtreecommitdiff
path: root/build-packages.sh
diff options
context:
space:
mode:
authorWes Haggard <Wes.Haggard@microsoft.com>2017-10-24 16:38:17 -0700
committerWes Haggard <Wes.Haggard@microsoft.com>2017-10-30 13:05:18 -0700
commit8ae6fc3ac908d7b979dd1cbaa90a1f044a5c7041 (patch)
treed681c9e47c5d26460c9c5f40ece16399b32ad361 /build-packages.sh
parentf75e211ded5c832611f140c0f4ed710425c73772 (diff)
downloadcoreclr-8ae6fc3ac908d7b979dd1cbaa90a1f044a5c7041.tar.gz
coreclr-8ae6fc3ac908d7b979dd1cbaa90a1f044a5c7041.tar.bz2
coreclr-8ae6fc3ac908d7b979dd1cbaa90a1f044a5c7041.zip
Pass overridden packages directory to CMake
Diffstat (limited to 'build-packages.sh')
-rwxr-xr-xbuild-packages.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-packages.sh b/build-packages.sh
index ed4dec9643..4de98e6db3 100755
--- a/build-packages.sh
+++ b/build-packages.sh
@@ -16,7 +16,7 @@ initHostDistroRid()
if [ "$__HostOS" == "Linux" ]; then
if [ -e /etc/os-release ]; then
source /etc/os-release
- if [[ $ID == "alpine" || $ID == "rhel"]]; then
+ if [[ $ID == "alpine" || $ID == "rhel" ]]; then
# remove the last version digit
VERSION_ID=${VERSION_ID%.*}
fi