Signed-off-by: Dave Reisner <[email protected]>
---
 arch-tmpfiles |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch-tmpfiles b/arch-tmpfiles
index 73c4328..859abe5 100755
--- a/arch-tmpfiles
+++ b/arch-tmpfiles
@@ -93,7 +93,7 @@ _D() {
        fi
 
        if [[ -d $path ]] && (( REMOVE )); then
-               find "$path" -mindepth 1 -maxdepth 1 -xdev -print0 | xargs -r0 
rm -rf
+               find "$path" -mindepth 1 -maxdepth 1 -xdev -exec rm -rf {} +
        fi
 
        if (( CREATE )); then
-- 
1.7.8.1

Reply via email to