print out version of ikiwiki

Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
Nico Schottelius 2009-10-21 13:47:59 +02:00
parent 9faa4d2d6b
commit a2108100a0
1 changed files with 5 additions and 1 deletions

View File

@ -1,10 +1,14 @@
#!/bin/sh
set -x
BDIR=~/b/ikiwiki
( cd "${BDIR}" && git describe )
PERL5LIB=${BDIR} ${BDIR}/ikiwiki.in \
--libdir ${BDIR} \
--templatedir ${BDIR}/templates \
-set underlaydir=${BDIR}/underlays \
-set underlaydirbase=${BDIR}/underlays \
--setup ikiwiki.setup \
--refresh
"$@"
echo ikiwiki result: $?