Skip to content
Snippets Groups Projects
Unverified Commit 762532ff authored by Massimiliano Adamo's avatar Massimiliano Adamo
Browse files

fix typo

parent e8d889be
No related branches found
No related tags found
No related merge requests found
...@@ -75,7 +75,7 @@ done ...@@ -75,7 +75,7 @@ done
if [ -z $VERSION ]; then if [ -z $VERSION ]; then
PROG_VERSION=$(git describe --tags $(git rev-list --tags --max-count=1) | tr -d v) PROG_VERSION=$(git describe --tags $(git rev-list --tags --max-count=1) | tr -d v)
else else
PROG_VERSION=$(echo $PROG_VERSION | tr -f v) PROG_VERSION=$(echo $PROG_VERSION | tr -d v)
fi fi
if [ -z $OS ] || [ -z $ARCH ]; then if [ -z $OS ] || [ -z $ARCH ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment