aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-03-25 18:52:28 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2022-03-25 18:52:28 +0100
commit4b4d2d61989978a500792c4836bab8cd83535283 (patch)
tree8501314c455ead3176748c31e50944c5bc17500f
parentc93cf9ae12dc03c8569f72afd5d105f3ad98d235 (diff)
downloadgnunet-4b4d2d61989978a500792c4836bab8cd83535283.tar.gz
gnunet-4b4d2d61989978a500792c4836bab8cd83535283.zip
-fix
-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 778d8efe5..8479202f3 100755
--- a/contrib/get_version.sh
+++ b/contrib/get_version.sh
@@ -1,4 +1,4 @@
1#!/bin/sh 1#!/bin/bash
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 -n "$VERSION" 18echo "$VERSION"\c