From 99bbad5df42df58a77d517d231c95d59ca26f291 Mon Sep 17 00:00:00 2001 From: belliash Date: Fri, 13 Jan 2012 16:09:13 +0100 Subject: [PATCH] another fix --- libraries/filesystem | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/filesystem b/libraries/filesystem index eca28a0..5193e98 100644 --- a/libraries/filesystem +++ b/libraries/filesystem @@ -167,7 +167,7 @@ function mergeOverlay() { done < <(find * -maxdepth 0) cd .. done < <(find * -maxdepth 0 -type d) - rm -rf ${TRASHDIR}/ebuilds + rm -rf ${TRASHDIR}/ebuilds/* return 0 }