aboutsummaryrefslogtreecommitdiffhomepage
path: root/build_tools
diff options
context:
space:
mode:
authorGravatar Mark Griffiths <mark@thebespokepixel.com>2014-09-07 16:37:31 +0100
committerGravatar Mark Griffiths <mark@thebespokepixel.com>2014-09-07 16:37:31 +0100
commitaed92b9a2c740dc0ded5bcd1656d4b5b148dbd25 (patch)
treea80c7b0373006bd3f6a9976d2d96b1cfb8840c94 /build_tools
parentf1bd2b823d0fcdb30785552110ef06a8bde4caf8 (diff)
Merge branch 'master' into documentation-update
Diffstat (limited to 'build_tools')
-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 a044d2f2..4f02411b 100755
--- a/build_tools/make_tarball.sh
+++ b/build_tools/make_tarball.sh
@@ -30,7 +30,7 @@ path=~/fish_built/$prefix.tar
rm -f "$path" "$path".gz
# git starts the archive
-git archive --format=tar --prefix="$prefix"/ master > "$path"
+git archive --format=tar --prefix="$prefix"/ HEAD > "$path"
# tarball out the documentation, generate a configure script and version file
# Don't use autoreconf since it invokes commands that may not be installed, like aclocal