diff options
author | Amitai Schlair <schmonz-web-ikiwiki@schmonz.com> | 2014-10-17 09:05:00 -0400 |
---|---|---|
committer | Amitai Schlair <schmonz-web-ikiwiki@schmonz.com> | 2014-10-17 09:05:00 -0400 |
commit | 305c91ccfb8776cde2a6dca0caeec26aa1f711ad (patch) | |
tree | 30bcd5984021034bc55ca544110412a39ba0b0aa /IkiWiki | |
parent | 7a2446f798e4a00265fde396cd4253d62febba1c (diff) | |
download | ikiwiki-305c91ccfb8776cde2a6dca0caeec26aa1f711ad.tar ikiwiki-305c91ccfb8776cde2a6dca0caeec26aa1f711ad.tar.gz |
Remove space from perl shebang path.
Diffstat (limited to 'IkiWiki')
-rw-r--r-- | IkiWiki/Plugin/calendar.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/calendar.pm b/IkiWiki/Plugin/calendar.pm index 682bfb6fb..4df7070ac 100644 --- a/IkiWiki/Plugin/calendar.pm +++ b/IkiWiki/Plugin/calendar.pm @@ -1,4 +1,4 @@ -#! /usr/bin/perl +#!/usr/bin/perl # Copyright (c) 2006, 2007 Manoj Srivastava <srivasta@debian.org> # # This program is free software; you can redistribute it and/or modify |