Skip to content

Commit

Permalink
Fix bug where the lib dir would not be found if the script was run fr…
Browse files Browse the repository at this point in the history
…om a symlink
  • Loading branch information
robinbowes committed Dec 22, 2014
1 parent 96788d7 commit ae49d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flac2mp3.pl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use Carp;

use FindBin;
use lib "$FindBin::Bin/lib";
use lib "$FindBin::RealBin/lib";

use Audio::FLAC::Header;
use Data::Dumper;
Expand Down

0 comments on commit ae49d07

Please sign in to comment.