Hi,
Thomas Parmelan wrote:
Hi,
[...]
The following patch fixes this for me but is probably specific to bash.
[...]
# First list all the files to process
# and ask bakup-manager-purge what to remove
list=$(mktemp /tmp/bm-list.XX)
find -H $directory -type f -print \
Hi,
Forget the explanation i gave in my previous mail, it was wrong. The
real problem lies in shell variables and function recursivity: in
clean_directory() $list is not declared as local, so when you have a
subdirectory and call clean_directory() on it, $list is modified.
The following patch fix
2 matches
Mail list logo