diff options
author | 2003-02-23 21:01:47 +0000 | |
---|---|---|
committer | 2003-02-23 21:01:47 +0000 | |
commit | efb10eaeca21e04c5df13ce4d7b4b04f347bc676 (patch) | |
tree | a6f8c3ecb0aecb3ede863df9a38b5845b7aac58a /app-admin/gentoolkit | |
parent | version bump #16226 (diff) | |
download | historical-efb10eaeca21e04c5df13ce4d7b4b04f347bc676.tar.gz historical-efb10eaeca21e04c5df13ce4d7b4b04f347bc676.tar.bz2 historical-efb10eaeca21e04c5df13ce4d7b4b04f347bc676.zip |
fix tabbing
Diffstat (limited to 'app-admin/gentoolkit')
-rw-r--r-- | app-admin/gentoolkit/files/scripts/echangelog | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-admin/gentoolkit/files/scripts/echangelog b/app-admin/gentoolkit/files/scripts/echangelog index 7c92105ccbb8..25bdd211949b 100644 --- a/app-admin/gentoolkit/files/scripts/echangelog +++ b/app-admin/gentoolkit/files/scripts/echangelog @@ -94,11 +94,11 @@ if (%versions) { if (!defined $version) { # Changing a patch or something, not an ebuild, so put the entry # after the first *version line - $text =~ s/^\*.*\n/$&\n$entry\n/m + $text =~ s/^\*.*\n/$&\n$entry\n/m or die "Failed to insert new entry (1)\n"; - # If we were putting it at the top of the file, the following - # regex would work well. - # $text =~ s/^.*?\n(?=\s)/$&\n$entry\n/s; + # If we were putting it at the top of the file, the following + # regex would work well. + # $text =~ s/^.*?\n(?=\s)/$&\n$entry\n/s; } elsif ($versions{$version} > -1) { # Insert after the *version line # Sometimes the version line includes . or even .ebuild |