avoid problems with spaces in filenames

This commit is contained in:
lars 2008-07-10 01:06:30 +00:00
parent 13e8c341a1
commit 9141c377d0
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@
#If you want to build the disk image, use "lh_build" as documented at
# http://devel.cryptobox.org/wiki/DebianLiveBuild
rm --verbose -f `find config -name "*~"`
find config -type f -name \*~ -exec rm --verbose -f '{}' \;