File: version.sh

package info (click to toggle)
libsass 3.6.4%2B20201122-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,704 kB
  • sloc: cpp: 30,049; ansic: 839; sh: 699; makefile: 349; perl: 124
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