This repository has been archived on 2021-05-23. You can view files and clone it, but cannot push or open issues or pull requests.
simpledash/bulma/node_modules/node-sass/src/libsass/version.sh

11 lines
300 B
Bash
Executable File

if test "x$LIBSASS_VERSION" = "x"; then
LIBSASS_VERSION=`git describe --abbrev=4 --dirty --always --tags 2>/dev/null`
fi
if test "x$LIBSASS_VERSION" = "x"; then
LIBSASS_VERSION=`cat VERSION 2>/dev/null`
fi
if test "x$LIBSASS_VERSION" = "x"; then
LIBSASS_VERSION="[na]"
fi
echo $LIBSASS_VERSION