summaryrefslogtreecommitdiff
path: root/FS/bin/freeside-paymentech-upload
diff options
context:
space:
mode:
authormark <mark>2009-12-19 20:58:13 +0000
committermark <mark>2009-12-19 20:58:13 +0000
commit7c9f392d3cdcec081bdeb01f4c9f65b7cc667a78 (patch)
treeb2b1e40ed2cdd973b6598eee2d027a0a260ff4d2 /FS/bin/freeside-paymentech-upload
parent293fe079d024ccd0aae0c06fb01b5f538270c6fc (diff)
Fix date format string and quoting of password
Diffstat (limited to 'FS/bin/freeside-paymentech-upload')
-rwxr-xr-xFS/bin/freeside-paymentech-upload2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/bin/freeside-paymentech-upload b/FS/bin/freeside-paymentech-upload
index 42bd278c1..06bef68be 100755
--- a/FS/bin/freeside-paymentech-upload
+++ b/FS/bin/freeside-paymentech-upload
@@ -63,7 +63,7 @@ foreach my $pay_batch (@batches) {
print OUT $text;
close OUT;
- system('zip', '-P', '$password', '-q', '-j',
+ system('zip', '-P', $password, '-q', '-j',
"$tmpdir/$filename.zip", "$tmpdir/$filename.xml");
die "failed to create zip file\n" if (! -f "$tmpdir/$filename.zip" );