File: version.sh

package info (click to toggle)
libsass 3.5.5-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,412 kB
  • sloc: cpp: 29,014; ansic: 835; sh: 651; makefile: 312; perl: 56; ruby: 4
file content (10 lines) | stat: -rwxr-xr-x 300 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
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