Merge branch 'master' of tomasino/uucp into master

Approved PR to fix variable scope in script.
This commit is contained in:
praetor 2019-04-06 17:51:58 -04:00 committed by Gitea
commit 567da120f5
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ sub showHelp()
getopts("ht", \%options);
if ($ARGV[0]) {
my $myNode=$ARGV[0];
$myNode=$ARGV[0];
} else {
showHelp();
exit;