summaryrefslogtreecommitdiff
path: root/rename-macro.pl
diff options
context:
space:
mode:
Diffstat (limited to 'rename-macro.pl')
-rwxr-xr-xrename-macro.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/rename-macro.pl b/rename-macro.pl
index 78dcfa2..1af6a86 100755
--- a/rename-macro.pl
+++ b/rename-macro.pl
@@ -36,7 +36,6 @@ print OUTFILE $new_text;
my $old_text = $text;
$old_text =~ s/^\# SYNOPSIS/"$insertion\n\# SYNOPSIS"/me;
-$old_text =~ s/^\# SYNOPSIS/"$insertion\n\# SYNOPSIS"/me;
open OUTFILE, ">$old" or die "could not write $old";
print OUTFILE $old_text;