From db554e857dc90b4c4f26ad49454c5d92c17e1024 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 12 Feb 2001 20:40:43 +0000 Subject: - initial import of the preliminary translation code. - added timer.inc for benchmarking purpose - bugfix for php-clean - bugfix for account.php - removed redundant format_data - ... --- scripts/php-clean | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/php-clean b/scripts/php-clean index 39209cf97..fe5c589d3 100644 --- a/scripts/php-clean +++ b/scripts/php-clean @@ -1,5 +1,5 @@ #!/bin/sh find . -name "*~" -type f | xargs rm -f find . -name "DEADJOE" -type f | xargs rm -f -find . -name "*" -type f | grep -v ".gif" | grep -v ".jpg" | xargs perl -wi -pe 's/\s+$/\n/' -find . -name "*" -type f | grep -v ".gif" | grep -v ".jpg" | xargs perl -wi -pe 's/\t/ /g' +find . -name "*" -type f | grep -v ".gif" | grep -v ".jpg" | grep -v ".tgz" | xargs perl -wi -pe 's/\s+$/\n/' +find . -name "*" -type f | grep -v ".gif" | grep -v ".jpg" | grep -v ".tgz" | xargs perl -wi -pe 's/\t/ /g' -- cgit v1.2.3