mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-25 21:54:48 +00:00
Merge with Baron's branch, and changes as per the new spec/docs.
This commit is contained in:
@@ -129,10 +129,6 @@ for pkg in $pkgs; do
|
||||
warn "$pkg_file does not exist"
|
||||
continue
|
||||
fi
|
||||
if file_is_modified $pkg_file; then
|
||||
warn "$pkg_file has uncommitted changes"
|
||||
continue
|
||||
fi
|
||||
|
||||
replace_pkg_in_tool $tmp_tool_file
|
||||
if [ $? -eq 0 ]; then
|
||||
|
Reference in New Issue
Block a user