Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove bogus usage of $@, which File::Copy doesn't set on error
  • Loading branch information
jonjensen committed Nov 2, 2017
1 parent ec4fcd8 commit efe35bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_lsb.pl
Expand Up @@ -79,7 +79,7 @@
}
next unless -f $from;
File::Copy::move($from, $to)
or die "Unable to move from $from to $to: $@ --> $!\n";
or die "Unable to move from $from to $to: $!\n";
}

my $data;
Expand Down

0 comments on commit efe35bc

Please sign in to comment.