aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-04-01 08:43:39 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2022-04-01 08:43:39 +0200
commitf3f76c76aa8dffa8fcb0c4a9905a425197ca2e90 (patch)
tree15f8a42f555e1db1b10f1ac0599a5421a24f46dc /contrib
parent24eceae87ccfac814a173655c038a5a1a68d09b6 (diff)
downloadgnunet-f3f76c76aa8dffa8fcb0c4a9905a425197ca2e90.tar.gz
gnunet-f3f76c76aa8dffa8fcb0c4a9905a425197ca2e90.zip
-fix !tarball
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/get_version.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/get_version.sh b/contrib/get_version.sh
index 4917b1996..2a41ed4d6 100755
--- a/contrib/get_version.sh
+++ b/contrib/get_version.sh
@@ -1,4 +1,4 @@
1#!/bin/bash 1#!/bin/sh
2# Gets the version number from git, or from the contents of .version 2# Gets the version number from git, or from the contents of .version
3VERSION= 3VERSION=
4if test -f ".version" 4if test -f ".version"
@@ -15,4 +15,4 @@ if test "x$VERSION" = "x"
15then 15then
16 VERSION="unknown" 16 VERSION="unknown"
17fi 17fi
18echo -e "$VERSION\c" 18echo "$VERSION"