aboutsummaryrefslogtreecommitdiffhomepage
path: root/build_tools/make_tarball.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build_tools/make_tarball.sh')
-rwxr-xr-xbuild_tools/make_tarball.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_tools/make_tarball.sh b/build_tools/make_tarball.sh
index f16171d1..a044d2f2 100755
--- a/build_tools/make_tarball.sh
+++ b/build_tools/make_tarball.sh
@@ -20,7 +20,7 @@ wd="$PWD"
prefix="fish"
# Get the version from git-describe
-VERSION=`git describe --tags --dirty 2>/dev/null`
+VERSION=`git describe --dirty 2>/dev/null`
prefix="$prefix-$VERSION"
# The path where we will output the tar file