Procházet zdrojové kódy

strip newlines from date call

new-build-system
Jan Lehnardt před 14 roky
rodič
revize
520c36b544
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Zobrazit soubor

@@ -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



Načítá se…
Zrušit
Uložit