Skip to content

Commit

Permalink
Remove leftover prefix declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Tadeusz Sośnierz committed Aug 27, 2015
1 parent 09a8ab2 commit 9ebe72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebootstrap.pl
Expand Up @@ -7,7 +7,7 @@

sub MAIN(Str :$prefix is copy) {
# Find old state file
my ($prefix, $state-file, $reports-file);
my ($state-file, $reports-file);
for grep(*.defined, $prefix, %*CUSTOM_LIB<site home>) {
if "$_/panda/state".IO.e {
$prefix = $_;
Expand Down

0 comments on commit 9ebe72c

Please sign in to comment.