Fixing scope of $myNode in bootstrap.pl #12

Merged
praetor merged 1 commits from tomasino/uucp:master into master 2019-04-06 21:51:58 +00:00
Member

The node argument in the bootstrap script was being read into local function scope and lost before it could be called to be passed to the generateConfig function on line 46. Removing the my keyword solves the issue.

The node argument in the bootstrap script was being read into local function scope and lost before it could be called to be passed to the `generateConfig` function on line 46. Removing the `my` keyword solves the issue.
praetor closed this pull request 2019-04-06 21:51:58 +00:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: tildeverse/uucp#12
No description provided.