Skip to content

Commit c7e841e

Browse files
committed
Display what files are added to the archive
1 parent ddca5cd commit c7e841e

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
@@ -47,7 +47,7 @@ fi
4747

4848
for DEST in $DESTS ; do
4949
mkdir -p $(dirname $DEST)
50-
tar -cjf $DEST $TAR_PATHS
50+
tar -cjvf $DEST $TAR_PATHS
5151

5252
pushd $(dirname $DEST) &>/dev/null
5353

0 commit comments

Comments
 (0)