mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-22 11:54:54 +00:00
Useless local pointed out by Daniel.
This commit is contained in:
@@ -25,7 +25,7 @@ local $SIG{__DIE__} = sub {
|
||||
} if MKDEBUG;
|
||||
|
||||
sub main {
|
||||
local @ARGV = @_; # set global ARGV for this package
|
||||
@ARGV = @_; # set global ARGV for this package
|
||||
|
||||
# ########################################################################
|
||||
# Get configuration information.
|
||||
|
Reference in New Issue
Block a user