[SCM] debian-live/live-helper branch, master, updated. 1.0_a44-1-3-g1086ec4

Chris Lamb chris at chris-lamb.co.uk
Thu Apr 17 04:35:44 UTC 2008


The following commit has been merged in the master branch:
commit 19c72588c8c5eb9736fa37f789ee793401d4a091
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Wed Apr 16 06:19:44 2008 +0100

    hooks/minimal: Use "find -print0 | xargs -0" idiom over "find | xargs"
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/hooks/minimal b/hooks/minimal
index 7121904..ff02ddc 100755
--- a/hooks/minimal
+++ b/hooks/minimal
@@ -21,7 +21,7 @@ done
 apt-get autoremove --yes || true
 
 # Removing unused files
-find . -name *~ | xargs rm -f
+find . -name *~ -print0 | xargs -0 rm -f
 
 rm -rf /var/cache/man/*
 

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list