build-release-tarball: Cut a recently-obsoleted comment.

We no longer use .gitattributes for this purpose (since bfaf0fb3b),
so this comment isn't true anymore.
This commit is contained in:
Greg Price 2017-11-16 14:22:20 -08:00 committed by Tim Abbott
parent 18f9e18324
commit 3d1211edcf
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ TMP_CHECKOUT=$TMPDIR/$prefix
TARBALL=$TMPDIR/$prefix.tar
BASEDIR=$(pwd)
# .gitattributes lists the files that are not exported
git archive -o "$TARBALL" "--prefix=$prefix/" HEAD
cd "$TMPDIR"