another fix

This commit is contained in:
belliash 2012-01-13 16:09:13 +01:00
parent 9bec8e4086
commit 99bbad5df4
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ function mergeOverlay() {
done < <(find * -maxdepth 0) done < <(find * -maxdepth 0)
cd .. cd ..
done < <(find * -maxdepth 0 -type d) done < <(find * -maxdepth 0 -type d)
rm -rf ${TRASHDIR}/ebuilds rm -rf ${TRASHDIR}/ebuilds/*
return 0 return 0
} }