summaryrefslogtreecommitdiffstats
path: root/innbbsd/innbbsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'innbbsd/innbbsd.c')
-rw-r--r--innbbsd/innbbsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/innbbsd/innbbsd.c b/innbbsd/innbbsd.c
index f43789d2..fc3625ad 100644
--- a/innbbsd/innbbsd.c
+++ b/innbbsd/innbbsd.c
@@ -85,7 +85,7 @@ void
testandmkdir(dir)
char *dir;
{
- if (!isdir(dir)) {
+ if (!dashd(dir)) {
char path[MAXPATHLEN + 12];
sprintf(path, "mkdir -p %s", dir);
system(path);