Skip to content
This repository has been archived by the owner on Mar 26, 2020. It is now read-only.

Commit

Permalink
Fix release script to properly build vendored dist archive
Browse files Browse the repository at this point in the history
  • Loading branch information
kshlm committed Nov 9, 2017
1 parent 7d9c429 commit 9c8d98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ rm -rf $TMPDIR

# Also create source tarballs
$(dirname $0)/dist.sh $RELEASEDIR
VENDOR=1 $(dirname $0)/dist.sh $RELEASEDIR
VENDOR=y $(dirname $0)/dist.sh $RELEASEDIR

0 comments on commit 9c8d98f

Please sign in to comment.