Fixed changelog.pl to use '\t*' not ' *'
Showing
2 changed files
with
1 additions
and
1 deletions
... | @@ -100,7 +100,7 @@ if ($EMAIL eq '') { | ... | @@ -100,7 +100,7 @@ if ($EMAIL eq '') { |
100 | } | 100 | } |
101 | 101 | ||
102 | print O "$DATE $MAINTAINER <$EMAIL>\n\n"; | 102 | print O "$DATE $MAINTAINER <$EMAIL>\n\n"; |
103 | if ($TEXT) { write O } else { print O " * \n\n"; $line=3; } | 103 | if ($TEXT) { write O } else { print O "\t* \n\n"; $line=3; } |
104 | # Rewind the current changelog to the beginning of the file | 104 | # Rewind the current changelog to the beginning of the file |
105 | seek S,0,0 or fatal "Couldn't rewind ChangeLog:" . " $!"; | 105 | seek S,0,0 or fatal "Couldn't rewind ChangeLog:" . " $!"; |
106 | # Copy the rest of the changelog file to new one | 106 | # Copy the rest of the changelog file to new one | ... | ... |
-
Please register or sign in to post a comment