diff options
author | Rob Austein <sra@hactrn.net> | 2006-08-22 22:30:56 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2006-08-22 22:30:56 +0000 |
commit | a63e4bdcd636f46ffcf5700b3bdf593d15fc3dd8 (patch) | |
tree | 2be7d7173ecbba1ad2b144146521c6fd5b8f942d | |
parent | 8a54e687ed98308dd81e5d3190ba99fccf273987 (diff) |
# on 2006/08/17 16:55:08, sra did:
Clean old tree
svn path=/scripts/make-hashes.pl; revision=216
-rw-r--r-- | scripts/make-hashes.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/make-hashes.pl b/scripts/make-hashes.pl index 6676992e..7393583c 100644 --- a/scripts/make-hashes.pl +++ b/scripts/make-hashes.pl @@ -33,6 +33,8 @@ while (<F>) { close(F); +print("rm -rf $dir\n"); + print("test -d $_ || mkdir -p $_\n") foreach (sort(keys(%hashes))); |