Kaydet (Commit) 77e48e23 authored tarafından Andras Timar's avatar Andras Timar

use 'ne' for string comparison

Change-Id: I0d059933786119c3c26202c7b48d793404e5a0eb
üst d12e4724
...@@ -47,7 +47,7 @@ if ( $#ARGV < 2 ) { ...@@ -47,7 +47,7 @@ if ( $#ARGV < 2 ) {
exit(1); exit(1);
} }
@args = parse_options(); @args = parse_options();
get_exclude_files() if ($opt_exclude != ""); get_exclude_files() if ($opt_exclude ne "");
@files_to_sign = get_files(\@args); @files_to_sign = get_files(\@args);
if ( $opt_log ) { # logging if ( $opt_log ) { # logging
open(LOG,">$opt_log") || die "Can't open log file $opt_log\n"; open(LOG,">$opt_log") || die "Can't open log file $opt_log\n";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment