Skip to content

Commit

Permalink
extra 'my' causes config-file option to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
richard committed Nov 20, 2009
1 parent d033624 commit a1ccaec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spine-mgmt
Expand Up @@ -143,7 +143,7 @@ my @cfiles = (DEFAULT_CONFIGFILE, DEFAULT_CONFIGFILE_FALLBACK);

if (defined($conf_file))
{
my @cfiles = ($conf_file);
@cfiles = ($conf_file);
}

foreach my $file (@cfiles)
Expand Down

0 comments on commit a1ccaec

Please sign in to comment.