From 57751a5489013dfa3e631863617fe0e94dbb8f71 Mon Sep 17 00:00:00 2001 From: James Tomasino Date: Sat, 6 Apr 2019 17:00:09 -0400 Subject: [PATCH] removed "my" keyword to put $myNode in global scope --- utils/bootstrap.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/bootstrap.pl b/utils/bootstrap.pl index 121065c..c17b2d3 100755 --- a/utils/bootstrap.pl +++ b/utils/bootstrap.pl @@ -159,7 +159,7 @@ sub showHelp() getopts("ht", \%options); if ($ARGV[0]) { - my $myNode=$ARGV[0]; + $myNode=$ARGV[0]; } else { showHelp(); exit;