summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xazure-pipelines/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines/build.sh b/azure-pipelines/build.sh
index dc6f0991a..27e2f3e38 100755
--- a/azure-pipelines/build.sh
+++ b/azure-pipelines/build.sh
@@ -26,7 +26,7 @@ fi
if [ -f "/etc/debian_version" ]; then
echo "Debian version:"
- lsb_release -a | indent
+ (source /etc/lsb-release && echo "${DISTRIB_DESCRIPTION}") | indent
fi
echo "Kernel version:"