Просмотр исходного кода

strip newlines from date call

new-build-system
Jan Lehnardt 14 лет назад
Родитель
Сommit
520c36b544
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Просмотреть файл

@@ -42,7 +42,7 @@ build-wrappers:
# update gh-pages with release links & travis

# add $(version)/index.html page (from template)
reldate=$(strip `date`)
reldate=$(shell date)
sed -e 's|%version%|$(version)|' \
-e 's|%date%|$(reldate)' release-index.html > $(version)/index.html



Загрузка…
Отмена
Сохранить