X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=.builds%2Fscripts%2Fnotify-gitter;h=7be63d08f30b22f3aeebe4296105ef0b76189188;hb=73f50b9f3710b7897e1f4c5ee738b3958100a7fe;hp=c5f1f2bd8c7fb5005bb438201600d80a2b6f36a9;hpb=efeacc93d17bfaad48e9b7422aebd35e4968c00c;p=awesomized%2Flibmemcached diff --git a/.builds/scripts/notify-gitter b/.builds/scripts/notify-gitter index c5f1f2bd..7be63d08 100755 --- a/.builds/scripts/notify-gitter +++ b/.builds/scripts/notify-gitter @@ -9,7 +9,7 @@ REF=$(GIT_DIR=libmemcached/.git git describe --abbrev --always) REF_URL=https://github.com/${REPO}/commits/${REF} BUILD_URL=${JOB_URL} -BUILD_TAG=$(uname -o) +BUILD_TAG=$(uname -o 2>/dev/null || uname -s) if test "$BUILD_TAG" = "GNU/Linux" then BUILD_TAG=$(lsb_release -irs)