From ddfdd492b39533c4646251f0db6bf156e8482993 Mon Sep 17 00:00:00 2001 From: Cary R Date: Fri, 10 Jul 2009 19:15:50 -0700 Subject: [PATCH] base if for ivl pbase is for ivlpp --- driver/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver/main.c b/driver/main.c index bf322d77d..f7a7574d0 100644 --- a/driver/main.c +++ b/driver/main.c @@ -281,7 +281,7 @@ static int t_version_only(void) } fflush(0); - snprintf(tmp, sizeof tmp, "%s%civl -V -C%s -C%s", pbase, sep, + snprintf(tmp, sizeof tmp, "%s%civl -V -C%s -C%s", base, sep, iconfig_path, iconfig_common_path); rc = system(tmp); if (rc != 0) {