recursive chmod at the end of the script

This commit is contained in:
Loïc Chapeaux
2002-01-05 17:21:45 +00:00
parent 9a70186a5c
commit d3116a012b

View File

@@ -66,7 +66,7 @@ echo "------"
ls -la *.gz *.zip *.bz2
cd ..
chmod 775 cvs
chmod -R 775 cvs
cat <<END