[Fusionforge-commits] r17162 - in branches/Branch_5_1: . src/deb-specific

Roland Mas lolando at fusionforge.org
Tue Mar 19 14:55:13 CET 2013


Author: lolando
Date: 2013-03-19 14:55:13 +0100 (Tue, 19 Mar 2013)
New Revision: 17162

Modified:
   branches/Branch_5_1/
   branches/Branch_5_1/src/deb-specific/create-mailing-lists.pl
Log:
Fixed syntax error

Modified: branches/Branch_5_1/src/deb-specific/create-mailing-lists.pl
===================================================================
--- branches/Branch_5_1/src/deb-specific/create-mailing-lists.pl	2013-03-18 19:18:31 UTC (rev 17161)
+++ branches/Branch_5_1/src/deb-specific/create-mailing-lists.pl	2013-03-19 13:55:13 UTC (rev 17162)
@@ -164,7 +164,7 @@
 	my ($group_list_id, $listname, $user_name, $password, $description, $is_public) ;
 	my ($tmp) ;
     	$tmp = mktemp ("/tmp/XXXXXX") ;
-	$cmd = "/usr/lib/mailman/bin/config_list -o $tmp $listname" ;
+	my $cmd = "/usr/lib/mailman/bin/config_list -o $tmp $listname" ;
 	#print "cmd = <$cmd>\n" ;
 # Commented out on Matt Hope <dopey at debian.org> advice
 # To be revised by Roland Mas




More information about the Fusionforge-commits mailing list