gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: -do not use potentially old version stri


From: gnunet
Subject: [gnunet] branch master updated: -do not use potentially old version string
Date: Fri, 25 Mar 2022 21:15:33 +0100

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 104473d4e -do not use potentially old version string
104473d4e is described below

commit 104473d4e270ca5979c79d540c9144bb72121a36
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Fri Mar 25 21:15:26 2022 +0100

    -do not use potentially old version string
---
 contrib/get_version.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/get_version.sh b/contrib/get_version.sh
index f426ed458..4917b1996 100755
--- a/contrib/get_version.sh
+++ b/contrib/get_version.sh
@@ -5,7 +5,7 @@ if test -f ".version"
 then
   VERSION=$(cat .version)
 fi
-if test "x$VERSION" = "x" -a -d "./.git"
+if test -d "./.git"
 then
   VERSION=$(git describe --tags)
   VERSION=${VERSION#v}

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]