[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: X Strike Force SVN commit: rev 422 - trunk/debian



ucko@debian.org (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 amu@monk.mit.edu (NOT a valid e-mail address) for more info.



Reply to: