From 32c89442d3e91c01f64211be372a0ae103025fa6 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 26 Jan 2001 14:41:44 +0000 Subject: - removed all tabs --- scripts/php-clean | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'scripts/php-clean') diff --git a/scripts/php-clean b/scripts/php-clean index 5dc306a61..39209cf97 100644 --- a/scripts/php-clean +++ b/scripts/php-clean @@ -1,4 +1,5 @@ #!/bin/sh -find . -name "*~" | xargs rm -f -find . -name "DEADJOE" | xargs rm -f -find . -name "*" -type f | xargs perl -wi -pe 's/\s+$/\n/' +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' -- cgit v1.2.3