Hi Daniel,

Op ma  5 feb 2007 om 11:27:17 +0000 schreef Daniel Sheridan:
> Package: systraq
> Version: 0.0.20070118-2
> 
> st_snapshot does not correctly handle filenames with spaces, leading to
> error emails such as this:
> 
> > md5sum: /home/dosuser/e/cn/.ssh/Putty: No such file or directory
> > md5sum: SSH2: No such file or directory
> > md5sum: private.PPK: No such file or directory
> 
> from a file called "/home/dosuesr/e/cn/.ssh/Putty SSH2 private.PPK"
> 
> I believe line 99 in st_snapshot should be changed:
> 
> - find $fs -type f | xargs md5sum
> + find $fs -type f -print0 | xargs -0 md5sum
> 

Thanks for this nice bugreport!  You can expect a new upload soonish.

Bye,

Joost

Attachment: signature.asc
Description: Digital signature

Reply via email to