From: Jan Kratochvil Date: Sat, 22 Aug 2020 09:46:42 +0000 (+0200) Subject: Fix compilation error. X-Git-Url: https://git.jankratochvil.net/?p=massrebuild.git;a=commitdiff_plain;h=2a2b3dff7a998f8980054a01dced6580a18d1a45;hp=c5551f2df6b9d5a26244ec597a38d702e7ef245b Fix compilation error. --- diff --git a/dwarfredundant b/dwarfredundant index c7c50c0..a7dd9e0 100755 --- a/dwarfredundant +++ b/dwarfredundant @@ -19,7 +19,7 @@ for my $argv (@ARGV) { die if !$redundant; my $saved=eval($addr)+1-eval($redundant_addr); $saved_total+=$saved; - print "saved=$saved:\n$redundant_textsaved_total=$saved_total\n\n" if !$quiet; + print "saved=$saved:\n${redundant_text}saved_total=$saved_total\n\n" if !$quiet; $redundant=0; } while () {