Bläddra i källkod

strip newlines from date call

new-build-system
Jan Lehnardt 14 år sedan
förälder
incheckning
59beae46e6
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Visa fil

@@ -43,7 +43,7 @@ build-wrappers:

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

# update index.html to point to $(vesion)
cat index.html.pre > index.html


Laddar…
Avbryt
Spara