| From: Rick Johnson <111873@xyz.molar.is>
| Date: Tue, 27 Jan 2004 10:19:39 -0800
|
| Within sanitizer, I hand-off to a wrapper script which calls:
|
| /usr/local/bin/uvscan --clean --noexpire --secure - $1
^^
I would recommend double quotes around that ("$1") so that filenames
with spaces won't cause trouble.
Cheers,
+ Kim