summaryrefslogtreecommitdiff
path: root/FS/bin/freeside-paymentech-download
diff options
context:
space:
mode:
Diffstat (limited to 'FS/bin/freeside-paymentech-download')
-rwxr-xr-xFS/bin/freeside-paymentech-download2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/bin/freeside-paymentech-download b/FS/bin/freeside-paymentech-download
index 293db8420..16ac3c23b 100755
--- a/FS/bin/freeside-paymentech-download
+++ b/FS/bin/freeside-paymentech-download
@@ -68,7 +68,7 @@ BATCH: foreach my $filename (@files) {
}
#unzip file
- system('unzip', '-P', '$password', '-q',
+ system('unzip', '-P', $password, '-q',
"$tmpdir/${filename}_resp.zip", '-d', $tmpdir);
if(! -f "$tmpdir/${filename}_resp.xml") {
warn "failed to extract ${filename}_resp.xml from ${filename}_resp.zip\n";