From e3da06f338f4ebf125de481bbad5ae7d2bf7a282 Mon Sep 17 00:00:00 2001
From: Mark Sapiro <mark@msapiro.net>
Date: Mon, 4 Jun 2018 08:54:31 -0700
Subject: Changed mailman-config to single-quote parameters.

---
 bin/mailman-config | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

(limited to 'bin')

diff --git a/bin/mailman-config b/bin/mailman-config
index 6f845270..b9304b1b 100644
--- a/bin/mailman-config
+++ b/bin/mailman-config
@@ -24,17 +24,17 @@ installation of Mailman. Requires python 2."""
 
 print """Configuration and build information for Mailman\n"""
 
-print "Mailman version: %s" % "@MM_VERSION@"
-print "Build Date:      %s" % "@BUILD_DATE@"
-print ""
-print "prefix:          %s" % "@prefix@"
-print "var_prefix:      %s" % "@VAR_PREFIX@"
-print "mailman_user:    %s" % "@MAILMAN_USER@"
-print "mailman_group:   %s" % "@MAILMAN_GROUP@"
-print "mail_group:      %s" % "@MAIL_GROUP@"
-print "cgi_group:       %s" % "@CGI_GROUP@"
-print ""
+print 'Mailman version: %s' % '@MM_VERSION@'
+print 'Build Date:      %s' % '@BUILD_DATE@'
+print ''
+print 'prefix:          %s' % '@prefix@'
+print 'var_prefix:      %s' % '@VAR_PREFIX@'
+print 'mailman_user:    %s' % '@MAILMAN_USER@'
+print 'mailman_group:   %s' % '@MAILMAN_GROUP@'
+print 'mail_group:      %s' % '@MAIL_GROUP@'
+print 'cgi_group:       %s' % '@CGI_GROUP@'
+print ''
 
 
-print "configure_opts: \"%s\"" % "@CONFIGURE_OPTS@"
+print 'configure_opts: "%s"' % '@CONFIGURE_OPTS@'
 
-- 
cgit v1.2.3