Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/node-sass/src/libsass/version.sh')
-rwxr-xr-xnode_modules/node-sass/src/libsass/version.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/node_modules/node-sass/src/libsass/version.sh b/node_modules/node-sass/src/libsass/version.sh
deleted file mode 100755
index 281de74..0000000
--- a/node_modules/node-sass/src/libsass/version.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-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