Skip to content
Snippets Groups Projects
Commit b123d453 authored by Chris Burr's avatar Chris Burr
Browse files

Fix typo in host_os_conda

parent 4baecbf4
No related branches found
No related tags found
No related merge requests found
Pipeline #7578610 passed
...@@ -61,7 +61,7 @@ if [ -z "${force_host_os:-}" ] ; then ...@@ -61,7 +61,7 @@ if [ -z "${force_host_os:-}" ] ; then
if [ "${_libc_minor}" -lt "17" ]; then if [ "${_libc_minor}" -lt "17" ]; then
# CentOS 6 # CentOS 6
host_os="linux-64@glibc-2.12" host_os="linux-64@glibc-2.12"
else if [ "${_libc_minor}" -lt "12" ]; then elif [ "${_libc_minor}" -lt "12" ]; then
# CentOS 5 # CentOS 5
host_os="linux-64@glibc-2.5" host_os="linux-64@glibc-2.5"
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment