X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=.builds%2Fscripts%2Fnotify-gitter;h=cee859b75d858e1e09cad347af5987a29cbef1bf;hb=2cf3e556517573a7d5122a2d3b5c40cdcb0cfa70;hp=cac46b7598a0f6797ffc8ad1f169f6cbd40e0eb0;hpb=153f132b2e86d9d348a8d21e9986ca255630f910;p=awesomized%2Flibmemcached diff --git a/.builds/scripts/notify-gitter b/.builds/scripts/notify-gitter index cac46b75..cee859b7 100755 --- a/.builds/scripts/notify-gitter +++ b/.builds/scripts/notify-gitter @@ -12,7 +12,7 @@ BUILD_URL=${JOB_URL} BUILD_TAG=$(uname -o 2>/dev/null || uname -s) if expr match "$BUILD_TAG" ".*Linux" >/dev/null then - BUILD_TAG=$(lsb_release -irs) + BUILD_TAG=$(source /etc/os-release; echo $PRETTY_NAME) fi BUILD_CXX=$(c++ --version | head -1) if expr match "${BUILD_CXX}" "${BUILD_TAG}" >/dev/null