hackup ikiwikitest to work

Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
Nico Schottelius 2009-10-21 13:43:43 +02:00
parent fa1b449c07
commit 9faa4d2d6b

10
ikiwikitest.sh Normal file → Executable file
View file

@ -1,2 +1,10 @@
#!/bin/sh #!/bin/sh
PERL5LIB=~/b/ikiwiki ~/b/ikiwiki/ikiwiki.in --libdir ~/b/ikiwiki --setup ikiwiki.setup --refresh set -x
BDIR=~/b/ikiwiki
PERL5LIB=${BDIR} ${BDIR}/ikiwiki.in \
--libdir ${BDIR} \
--templatedir ${BDIR}/templates \
-set underlaydir=${BDIR}/underlays \
-set underlaydirbase=${BDIR}/underlays \
--setup ikiwiki.setup \
--refresh