avoid problems with spaces in filenames
This commit is contained in:
parent
13e8c341a1
commit
9141c377d0
1 changed files with 1 additions and 1 deletions
|
@ -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 '{}' \;
|
||||
|
|
Loading…
Reference in a new issue