diff --git a/create-attributable-archive.sh b/create-attributable-archive.sh index 27cba66..4c5f22d 100755 --- a/create-attributable-archive.sh +++ b/create-attributable-archive.sh @@ -85,7 +85,7 @@ reset() { checkcode $? printf "finding and shredding erroneous dirs in ${dir}..." - find "$dir" -mindepth 1 -type d -exec srm -r -z -l -l "{}" \; + find "$dir" -type d -exec srm -r -z -l -l "{}" \; checkcode $? printf "finding and shredding erronious files in ${dir}..."