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$ #