diff options
author | Gwynne Raskind <gwynne@php.net> | 2009-07-12 21:51:28 +0000 |
---|---|---|
committer | Gwynne Raskind <gwynne@php.net> | 2009-07-12 21:51:28 +0000 |
commit | 4f53441e69e3b14b7c7d8d4891ba53a886698f05 (patch) | |
tree | 3c61e31c2e05ec375824cb1cbbf3c913dab4bd84 /svnclean | |
parent | 2edbdcb845460af18054813f2808ae25c213c63c (diff) | |
download | php-git-4f53441e69e3b14b7c7d8d4891ba53a886698f05.tar.gz |
MFB: cvsclean -> svnclean
Diffstat (limited to 'svnclean')
-rwxr-xr-x | svnclean | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/svnclean b/svnclean new file mode 100755 index 0000000000..0beda87ba4 --- /dev/null +++ b/svnclean @@ -0,0 +1,3 @@ +#! /bin/sh + +${MAKE:-make} -f build/build.mk svnclean-work |