From 924c31ba175827bc03e1289cc8736302cfe66198 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Fri, 27 Nov 2009 13:16:14 +1300 Subject: [PATCH] Use first perl in path. --- dba/update-davical-database | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dba/update-davical-database b/dba/update-davical-database index 09810d4c..3d843500 100755 --- a/dba/update-davical-database +++ b/dba/update-davical-database @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/env perl -w # # Update the DAViCal database by repeatedly applying patches to it # in the correct order.