From 762532ff8011120d0683476d31a820fcf997a4b0 Mon Sep 17 00:00:00 2001 From: Massimiliano Adamo <massimiliano.adamo@geant.org> Date: Mon, 31 May 2021 21:30:07 +0200 Subject: [PATCH] fix typo --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index f52cf30..863dbbe 100755 --- a/build.sh +++ b/build.sh @@ -75,7 +75,7 @@ done if [ -z $VERSION ]; then PROG_VERSION=$(git describe --tags $(git rev-list --tags --max-count=1) | tr -d v) else - PROG_VERSION=$(echo $PROG_VERSION | tr -f v) + PROG_VERSION=$(echo $PROG_VERSION | tr -d v) fi if [ -z $OS ] || [ -z $ARCH ]; then -- GitLab