Avoid a warning.
Submitted by: Sylvain Robitaille <syl@alcor.concordia.ca>
This commit is contained in:
parent
7a01a45bc4
commit
da70ff710c
@ -68,7 +68,7 @@ foreach (@ARGV) {
|
|||||||
# if explictly asked for or it doesn't exist then setup the
|
# if explictly asked for or it doesn't exist then setup the
|
||||||
# directory structure that Eric likes to manage things
|
# directory structure that Eric likes to manage things
|
||||||
$NEW="1";
|
$NEW="1";
|
||||||
if ( "$NEW" || ! -f ${CATOP}/serial ) {
|
if ( "$NEW" || ! -f "${CATOP}/serial" ) {
|
||||||
# create the directory hierarchy
|
# create the directory hierarchy
|
||||||
mkdir $CATOP, $DIRMODE;
|
mkdir $CATOP, $DIRMODE;
|
||||||
mkdir "${CATOP}/certs", $DIRMODE;
|
mkdir "${CATOP}/certs", $DIRMODE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user