Avoid a warning.

Submitted by: Sylvain Robitaille <syl@alcor.concordia.ca>
This commit is contained in:
Ulf Möller 1999-05-20 02:09:46 +00:00
parent 7a01a45bc4
commit da70ff710c

View File

@ -68,7 +68,7 @@ foreach (@ARGV) {
# if explictly asked for or it doesn't exist then setup the
# directory structure that Eric likes to manage things
$NEW="1";
if ( "$NEW" || ! -f ${CATOP}/serial ) {
if ( "$NEW" || ! -f "${CATOP}/serial" ) {
# create the directory hierarchy
mkdir $CATOP, $DIRMODE;
mkdir "${CATOP}/certs", $DIRMODE;