mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-01 18:25:59 +00:00
Debugging
This commit is contained in:
@@ -183,9 +183,10 @@ update_version() {
|
||||
}
|
||||
|
||||
update_copyright_year() {
|
||||
echo -n "Updating copyright year in tools... "
|
||||
echo -n "Updating copyright year in tools to $YEAR ... "
|
||||
cd $BRANCH/bin
|
||||
for tool_file in *; do
|
||||
echo "Updating $tool_file"
|
||||
local copyright="$(grep "[0-9] Percona LLC and/or its affiliates" $tool_file)"
|
||||
local new_copyright="$(../util/new-copyright-year "$YEAR" "$copyright")"
|
||||
if [ $? -ne 0 ]; then
|
||||
|
Reference in New Issue
Block a user