remove things more verbosely; remove .cvsignore, too.

This commit is contained in:
lindes 2008-09-17 02:52:44 +00:00
parent 9b6b97ca09
commit c72ca55e7d
2 changed files with 3 additions and 1 deletions

2
NOEXPORT Normal file
View File

@ -0,0 +1,2 @@
exportit
.cvsignore

View File

@ -57,7 +57,7 @@ cvs export -d "$dirname" -r "$cvsvers" $localpath || exit 1
for file in `cat NOEXPORT`
do
rm -rf "$dirname"/"$file"
(set -x; rm -rf "$dirname"/"$file")
done
# then tar and gzip: