diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-01-26 13:38:46 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-01-26 13:38:46 +0000 |
commit | d386c110f449d39631c6af1aabced9799c7a372d (patch) | |
tree | 443ae8e3b5ac6680d5a25b26271ce02780b4a51e /scripts/php-clean | |
parent | 34a927e6e36c08522bd5b1a873d563e9da5bc7ab (diff) | |
download | brdo-d386c110f449d39631c6af1aabced9799c7a372d.tar.gz brdo-d386c110f449d39631c6af1aabced9799c7a372d.tar.bz2 |
- removed redundant spaces
Diffstat (limited to 'scripts/php-clean')
-rw-r--r-- | scripts/php-clean | 4 |
1 files changed, 2 insertions, 2 deletions
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/' |