From d386c110f449d39631c6af1aabced9799c7a372d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 26 Jan 2001 13:38:46 +0000 Subject: - removed redundant spaces --- 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 998f0f08d..5dc306a61 100644 --- a/scripts/php-clean +++ b/scripts/php-clean @@ -1,4 +1,4 @@ #!/bin/sh - -find . -name "*~" | xargs rm -f +find . -name "*~" | xargs rm -f find . -name "DEADJOE" | xargs rm -f +find . -name "*" -type f | xargs perl -wi -pe 's/\s+$/\n/' -- cgit v1.2.3