From 305c91ccfb8776cde2a6dca0caeec26aa1f711ad Mon Sep 17 00:00:00 2001 From: Amitai Schlair Date: Fri, 17 Oct 2014 09:05:00 -0400 Subject: [PATCH] Remove space from perl shebang path. --- IkiWiki/Plugin/calendar.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # # This program is free software; you can redistribute it and/or modify -- 2.45.0