Put --wildcards in the correct place.

This commit is contained in:
Daniel Nichter
2012-10-16 09:58:29 -06:00
parent 532325047b
commit 136b1e305e

View File

@@ -11,8 +11,8 @@ tarball="$1"
version=$(echo $tarball | awk -F'-' '{print $2}')
full_dir=${tarball%".tar.gz"}
tar xvfz --wildcards \
"$tarball" \
tar xvfz "$tarball" \
--wildcards \
"$full_dir/COPYING" \
"$full_dir/README" \
"$full_dir/share/errmsg*" \