diff options
author | Sobak <msobaczewski@gmail.com> | 2014-05-10 13:30:54 +0200 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2014-06-08 19:28:06 -0700 |
commit | 00c362c1f6ca888f64902c87c10da0d77ec0766c (patch) | |
tree | 1909193a2795cbb710677e0e0a540fccabb3f07f | |
parent | 244c289f9cc29c25fcd9988d0ffefa693c27ae32 (diff) | |
download | php-git-00c362c1f6ca888f64902c87c10da0d77ec0766c.tar.gz |
Removed another cvsclean file
-rwxr-xr-x | ext/mbstring/libmbfl/cvsclean | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/ext/mbstring/libmbfl/cvsclean b/ext/mbstring/libmbfl/cvsclean deleted file mode 100755 index 60ae246a50..0000000000 --- a/ext/mbstring/libmbfl/cvsclean +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh -function cvsclean_sub() { - prev_pwd=`pwd` - cd $1 - cat .cvsignore | while read fname; do - rm -r -f $fname - done - cd "$prev_pwd" -} - -cvsclean_sub . -cvsclean_sub mbfl -cvsclean_sub filters -cvsclean_sub nls |