From 9faa4d2d6bcaee0a56536ec0080017ed88b9b500 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 21 Oct 2009 13:43:43 +0200 Subject: [PATCH] hackup ikiwikitest to work Signed-off-by: Nico Schottelius --- ikiwikitest.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) mode change 100644 => 100755 ikiwikitest.sh diff --git a/ikiwikitest.sh b/ikiwikitest.sh old mode 100644 new mode 100755 index 3724602..3296a4b --- a/ikiwikitest.sh +++ b/ikiwikitest.sh @@ -1,2 +1,10 @@ #!/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