summaryrefslogtreecommitdiffstats
path: root/tools/release
diff options
context:
space:
mode:
Diffstat (limited to 'tools/release')
-rwxr-xr-xtools/release/sims.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/release/sims.pl b/tools/release/sims.pl
index 9b8bca42fb..1a6edb3ea1 100755
--- a/tools/release/sims.pl
+++ b/tools/release/sims.pl
@@ -6,7 +6,7 @@ use Cwd;
require "tools/builds.pm";
-my $verbose, $strip, $update, $doonly, $version;
+my ($verbose, $strip, $update, $doonly, $version);
my @doonly;
my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time());