X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/f398ad035b973608d380c9939ea845d8e2a0cdc2..69a0f013557733e0c78fa60d68d44a5e83eaff55:/ikiwiki-transition.in?ds=sidebyside diff --git a/ikiwiki-transition.in b/ikiwiki-transition.in index e3be645cc..3b617bbfa 100755 --- a/ikiwiki-transition.in +++ b/ikiwiki-transition.in @@ -1,7 +1,8 @@ #!/usr/bin/perl +no lib '.'; use warnings; use strict; -use lib '.'; # For use in nonstandard directory, munged by Makefile. +use FindBin; use lib $FindBin::Bin; # For use in nonstandard directory, munged by Makefile. use IkiWiki; use HTML::Entities;