From: Simon Ruderich Date: Fri, 11 May 2012 15:20:10 +0000 (+0200) Subject: Wrap overlong line. X-Git-Tag: 0.03~8 X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=commitdiff_plain;h=a84c0525b079804e664a030f3e213ec8ea847799 Wrap overlong line. --- diff --git a/bin/blhc b/bin/blhc index 94ceb6f..0d66b78 100755 --- a/bin/blhc +++ b/bin/blhc @@ -754,7 +754,8 @@ foreach my $file (@ARGV) { # Check if additional hardening options were used. Used to ensure # they are used for the complete build. - $harden_pie = 1 if any_flags_used($line, @def_cflags_pie, @def_ldflags_pie); + $harden_pie = 1 if any_flags_used($line, @def_cflags_pie, + @def_ldflags_pie); $harden_bindnow = 1 if any_flags_used($line, @def_ldflags_bindnow); push @input, $line;