summaryrefslogtreecommitdiff
path: root/postprocess/signing/signing.pl
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2013-07-03 11:18:41 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2013-07-03 11:18:52 +0200
commit523258e675e881d6f8efc031e3885d0197c8aad0 (patch)
tree82b5961d0dde185492223bbe8f95fbc2aee9aaaf /postprocess/signing/signing.pl
parent49752e82f575bf107caa5a01fd89c4bbfb8c0528 (diff)
Fix Windows signing and timestamping
Change-Id: Ife8774c9a6157e8bb943d1ba8ec32f560c8281c4
Diffstat (limited to 'postprocess/signing/signing.pl')
-rw-r--r--postprocess/signing/signing.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/postprocess/signing/signing.pl b/postprocess/signing/signing.pl
index b937f0e634bb..686e56afd6d6 100644
--- a/postprocess/signing/signing.pl
+++ b/postprocess/signing/signing.pl
@@ -147,9 +147,9 @@ sub sign_files #09.07.2007 10:36
}
$signtool .= " -v" if ($opt_verbose);
$commandline_base = $signtool;
- $commandline_base .= " -f $opt_pfxfile" if ($opt_pfxfile != "");
- $commandline_base .= " -p $opt_pass" if ($opt_pass != "");
- $commandline_base .= " -t $opt_timestamp_url" if ($opt_timestamp_url != "");
+ $commandline_base .= " -f $opt_pfxfile" if ($opt_pfxfile ne "");
+ $commandline_base .= " -p $opt_pass" if ($opt_pass ne "");
+ $commandline_base .= " -t $opt_timestamp_url" if ($opt_timestamp_url ne "");
# Here switch between:
# one command line for muliple files (all doesn't work, too much) / for each file one command line