mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 13:11:32 +00:00
Make util/update-modules handle HTTP::Micro specially.
This commit is contained in:
@@ -91,7 +91,7 @@ replace_pkg_in_tool() {
|
||||
|
||||
$BRANCH/util/extract-package $pkg $pkg_file | grep -v '^ *#' >> $tmp_file
|
||||
|
||||
if [ "$tool_lang" = "perl" ]; then
|
||||
if [ "$tool_lang" = "perl" -a $pkg != "HTTP::Micro" ]; then
|
||||
echo "}" >> $tmp_file
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user