aboutsummaryrefslogtreecommitdiffstats
path: root/mkdist.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mkdist.sh')
-rwxr-xr-xmkdist.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkdist.sh b/mkdist.sh
index 2248143..bd6d957 100755
--- a/mkdist.sh
+++ b/mkdist.sh
@@ -95,7 +95,7 @@ echo "Creating distribution for $name version $version"
pkgname="$name-$version"
mkdir "/tmp/$pkgname"
-git archive --format=tar | tar -x -C "/tmp/$pkgname"
+git archive --format tar "$branch" | tar -x -C "/tmp/$pkgname"
cd "/tmp/$pkgname"
#-------------------------------------------------------------------