From 33eff6904716509d291c06c56c7cea3697799395 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 22 Oct 2017 21:41:23 -0700 Subject: Fixed make_tarball.sh to get VERSION set. --- linux/make_tarball.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux') diff --git a/linux/make_tarball.sh b/linux/make_tarball.sh index 2a4efe05f..82748f98a 100644 --- a/linux/make_tarball.sh +++ b/linux/make_tarball.sh @@ -1,8 +1,8 @@ set -e -TARGET=pandoc-$VERSION ARTIFACTS="${ARTIFACTS:-/artifacts}" VERSION=`$ARTIFACTS/pandoc --version | awk '{print $2; exit;}'` +TARGET=pandoc-$VERSION cd $ARTIFACTS rm -rf $TARGET -- cgit v1.2.3