[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - postprocess/signing

Andras Timar andras.timar at collabora.com
Wed Feb 19 15:28:28 CET 2014


 postprocess/signing/signing.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 25b1c6a1f16175fceec0176bf64e2e8fcc8871f1
Author: Andras Timar <andras.timar at collabora.com>
Date:   Wed Feb 19 14:40:45 2014 +0100

    fdo#75206: use 'ne' for string comparison
    
    Change-Id: I0d059933786119c3c26202c7b48d793404e5a0eb
    Signed-off-by: Michael Stahl <mstahl at redhat.com>

diff --git a/postprocess/signing/signing.pl b/postprocess/signing/signing.pl
index fc17092..875076a 100644
--- a/postprocess/signing/signing.pl
+++ b/postprocess/signing/signing.pl
@@ -47,7 +47,7 @@ if ( $#ARGV < 2 ) {
     exit(1);
 }
 @args = parse_options();
-get_exclude_files() if ($opt_exclude != "");
+get_exclude_files() if ($opt_exclude ne "");
 @files_to_sign = get_files(\@args);
 if ( $opt_log ) {               # logging
     open(LOG,">$opt_log") || die "Can't open log file $opt_log\n";


More information about the Libreoffice-commits mailing list