From 1d35e4869fcd6ce09c75e1f5a3961a77fbe302eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 16 Oct 2003 12:07:40 +0000 Subject: [PATCH] Perl in most cases lives in /usr/bin/perl. --- ChangeLog | 1 + scripts/convertcfg.pl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 97a412e10..57880b9ff 100755 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,7 @@ $Source$ 2003-10-16 Michal Cihar * libraries/zip.lib.php3: Calculate offset progressively (patch #824122). + * scripts/convertcfg.pl: Perl in most cases lives in /usr/bin/perl. 2003-10-15 Marc Delisle * lang/russian-windows-1251: wrong charset (bug 823939) diff --git a/scripts/convertcfg.pl b/scripts/convertcfg.pl index 3dcf97228..1b636a161 100755 --- a/scripts/convertcfg.pl +++ b/scripts/convertcfg.pl @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # # $Id$ #