Remove #! sequence from ikiwiki setup automators.

These files are not executed directly, but through ikiwiki's setup command.
This commit is contained in:
James Valleroy 2016-03-05 16:14:47 -05:00
parent 3b7b7881b1
commit fbbd70a642
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/perl
# -*- mode: perl -*-
# Ikiwiki setup automator for Plinth (blog version).
require IkiWiki::Setup::Automator;

View File

@ -1,4 +1,4 @@
#!/usr/bin/perl
# -*- mode: perl -*-
# Ikiwiki setup automator for Plinth.
require IkiWiki::Setup::Automator;