diff --git a/lib/pt_diskstats.pm b/lib/pt_diskstats.pm index 0feb38c3..586d7d01 100644 --- a/lib/pt_diskstats.pm +++ b/lib/pt_diskstats.pm @@ -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.