Initial commit
[yaffs-website] / node_modules / node-sass / src / libsass / version.sh
1 if test "x$LIBSASS_VERSION" = "x"; then
2   LIBSASS_VERSION=`git describe --abbrev=4 --dirty --always --tags 2>/dev/null`
3 fi
4 if test "x$LIBSASS_VERSION" = "x"; then
5   LIBSASS_VERSION=`cat VERSION 2>/dev/null`
6 fi
7 if test "x$LIBSASS_VERSION" = "x"; then
8   LIBSASS_VERSION="[na]"
9 fi
10 echo $LIBSASS_VERSION