update to 9.100.5

add white lines to improve spec file readability
This commit is contained in:
José Matos 2018-08-17 17:08:05 +01:00
parent ba19c4f68d
commit 221f0cd1f8
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ and user documentation (API reference guide).
# convert DOS end-of-line to UNIX end-of-line
for file in README.txt; do
for file in README.md; do
sed 's/\r//' $file >$file.new && \
touch -r $file $file.new && \
mv $file.new $file