From 0afabbd646c01ed4c88826edc9d290698b220418 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 10 Sep 2010 19:31:15 +0000 Subject: [PATCH] fix shell quoting for agent_custid... --- FS/FS/part_export/shellcommands.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/part_export/shellcommands.pm b/FS/FS/part_export/shellcommands.pm index 2066db418..50af45d7d 100644 --- a/FS/FS/part_export/shellcommands.pm +++ b/FS/FS/part_export/shellcommands.pm @@ -342,7 +342,7 @@ sub _export_command { $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 = ( -- 2.11.0