mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-25 13:46:22 +00:00
Put --wildcards in the correct place.
This commit is contained in:
@@ -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*" \
|
||||
|
Reference in New Issue
Block a user