From ed4591ce0fd2e36811f6d223f6e4c9fde1917dec Mon Sep 17 00:00:00 2001 From: viega Date: Tue, 2 Jun 1998 10:10:00 +0000 Subject: Updated 1 line that was still using pre-autoconf paths. --- cgi/subscribe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cgi') diff --git a/cgi/subscribe b/cgi/subscribe index 72b7dc7c5..3323d2853 100755 --- a/cgi/subscribe +++ b/cgi/subscribe @@ -65,7 +65,7 @@ results = '' def call_script(which, pathinfo): "A little bit of a hack to call one of the scripts..." os.environ['PATH_INFO'] = string.join(pathinfo, '/') - file = os.path.join(mm_cfg.MAILMAN_DIR, 'cgi/%s' % which) + file = os.path.join(paths.prefix, 'scripts/%s' % which) list.Unlock() execfile(file) sys.exit(0) -- cgit v1.2.3-70-g09d2