From 77e48e23641846653691e54f315080c8d8a2d898 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Wed, 19 Feb 2014 14:40:45 +0100 Subject: use 'ne' for string comparison Change-Id: I0d059933786119c3c26202c7b48d793404e5a0eb --- postprocess/signing/signing.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'postprocess') diff --git a/postprocess/signing/signing.pl b/postprocess/signing/signing.pl index fc17092594d5..875076ac7c48 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"; -- cgit