X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/b199349ffddce2b8afd89567882e182f7ef9bff1..HEAD:/ikiwiki.in diff --git a/ikiwiki.in b/ikiwiki.in index 1327d70e1..30df628b2 100755 --- a/ikiwiki.in +++ b/ikiwiki.in @@ -1,9 +1,10 @@ #!/usr/bin/perl package IkiWiki; +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 3.00; sub usage () {