[EMAIL PROTECTED] (Aaron M. Ucko) writes:

> mkdir --mode=755 --parents "$CHECKSUM_DIR"

Er, make that

[ -e "$CHECKSUM_DIR" ]  ||  mkdir --mode=755 --parents "$CHECKSUM_DIR"

to avoid bombing out ungracefully if the pathname exists as a
non-directory.  (Also, the names need fixing per rev 424, which I just
missed.)

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
Finger [EMAIL PROTECTED] (NOT a valid e-mail address) for more info.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to