]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Setup.pm
* camelcase: Convert to use new linkify and scan hooks rather than the old
[ikiwiki.git] / IkiWiki / Setup.pm
index 2d6e1d1cffe082315e3f64493c570e86c7d39649..235e93eafa061219e96736787273106ee6a32225 100644 (file)
@@ -22,7 +22,7 @@ sub setup () { # {{{
        close IN;
 
        eval $code;
-       error($@) if $@;
+       error("$setup: ".$@) if $@;
 
        exit;
 } #}}}