print out version of ikiwiki
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
9faa4d2d6b
commit
a2108100a0
1 changed files with 5 additions and 1 deletions
|
@ -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: $?
|
||||
|
|
Loading…
Reference in a new issue