Skip to content

Commit bf70e4f

Browse files
committed
Ensure $INSTALL_DEST/$VERSION is in the archive
1 parent c7e841e commit bf70e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/archive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ fi
1919

2020
set -o xtrace
2121

22-
: ${TAR_PATHS:=}
22+
: ${TAR_PATHS:=$INSTALL_DEST/$VERSION}
2323
: ${DESTS:=}
2424

2525
if [[ $VERSION =~ ^python|pypy ]] ; then

0 commit comments

Comments
 (0)