Skip to content

Commit 10ac99b

Browse files
AnaTofuZzakame
authored andcommitted
FIX: tar's a option does not exist in bsd
1 parent cd8c570 commit 10ac99b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ sub die_with_sample {
130130
qx{rm -fR $dir};
131131
mkdir $dir or die "Couldn't create $dir";
132132
qx{
133-
tar -C "downloads" -axf $dir.tar.$release->{type} &&\
133+
tar -C "downloads" -xf $dir.tar.$release->{type} &&\
134134
cd $dir &&\
135135
find . -exec chmod u+w {} + &&\
136136
git init &&\

0 commit comments

Comments
 (0)