diff options
author | ivan <ivan> | 2010-09-10 19:31:16 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-09-10 19:31:16 +0000 |
commit | 1a151229e748bc6849dc48ba91f83ca05aa2d1c4 (patch) | |
tree | a28e8e7d3250191adf64d103aaee93ed70ff07fd | |
parent | 026700f4c8659156208b6355db8c5f48cab278d2 (diff) |
fix shell quoting for agent_custid...
-rw-r--r-- | FS/FS/part_export/shellcommands.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 = ( |