mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 13:40:07 +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
|
$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
|
echo "}" >> $tmp_file
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user