diff options
author | Wez Furlong <wez@php.net> | 2003-12-19 12:51:19 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2003-12-19 12:51:19 +0000 |
commit | ee44dd3d798c7e71f9435bb50f9123018fd244ad (patch) | |
tree | 8a119136ace7af356c1d45bcaa2673934947779a /cvsclean.bat | |
parent | a3075773ee5496c46867eb411141bc035b10487b (diff) | |
download | php-git-ee44dd3d798c7e71f9435bb50f9123018fd244ad.tar.gz |
"Real" cvsclean, works as the unix version does
Diffstat (limited to 'cvsclean.bat')
-rwxr-xr-x | cvsclean.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cvsclean.bat b/cvsclean.bat index 7ce955c153..4c0118d671 100755 --- a/cvsclean.bat +++ b/cvsclean.bat @@ -1,2 +1,2 @@ @echo off -nmake /I clean +cscript /nologo win32\build\cvsclean.js |