gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -fix


From: gnunet
Subject: [gnunet] branch master updated: -fix
Date: Fri, 25 Mar 2022 18:52:32 +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 4b4d2d619 -fix
4b4d2d619 is described below

commit 4b4d2d61989978a500792c4836bab8cd83535283
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Fri Mar 25 18:52:28 2022 +0100

    -fix
---
 contrib/get_version.sh | 4 ++--
 1 file 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 @@
-#!/bin/sh
+#!/bin/bash
 # Gets the version number from git, or from the contents of .version
 VERSION=
 if test -f ".version"
@@ -15,4 +15,4 @@ if test "x$VERSION" = "x"
 then
   VERSION="unknown"
 fi
-echo -n "$VERSION"
+echo "$VERSION"\c

-- 
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]