From 4b4d2d61989978a500792c4836bab8cd83535283 Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Fri, 25 Mar 2022 18:52:28 +0100 Subject: -fix --- contrib/get_version.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib') 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 -- cgit v1.2.3