[freeside-commits] freeside/FS/FS/part_export shellcommands.pm, 1.56, 1.57

Ivan,,, ivan at wavetail.420.am
Fri Sep 10 12:31:17 PDT 2010


Update of /home/cvs/cvsroot/freeside/FS/FS/part_export
In directory wavetail.420.am:/tmp/cvs-serv23554

Modified Files:
	shellcommands.pm 
Log Message:
fix shell quoting for agent_custid...

Index: shellcommands.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_export/shellcommands.pm,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -w -d -r1.56 -r1.57
--- shellcommands.pm	7 Sep 2010 20:25:20 -0000	1.56
+++ shellcommands.pm	10 Sep 2010 19:31:15 -0000	1.57
@@ -342,7 +342,7 @@
   $night = shell_quote $night;
   $fax = shell_quote $fax;
   $otaker = shell_quote $otaker; 
-  $acct_custid = shell_quote $acct_custid;
+  $agent_custid = shell_quote $agent_custid;
 
   my $command_string = eval(qq("$command"));
   my @ssh_cmd_args = (



More information about the freeside-commits mailing list