diff options
Diffstat (limited to 'scripts/make-hashes.pl')
-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))); |