Skip to content

Commit

Permalink
User $RealBin to account for symbolic links
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Apr 27, 2020
1 parent aaa7950 commit 5c4acc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/lotto
Expand Up @@ -4,8 +4,8 @@ use strict;
use warnings;
use 5.010;

use FindBin '$Bin';
use lib "$Bin/../lib";
use FindBin '$RealBin';
use lib "$RealBin/../lib";
use Lotto;

my $lotto = Lotto->new(@ARGV);
Expand Down

0 comments on commit 5c4acc1

Please sign in to comment.