try to match with || again

Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
Nico Schottelius 2010-04-15 12:21:43 +02:00
commit 2f96602bed
8 changed files with 27 additions and 20 deletions

View file

@ -6,8 +6,6 @@ BDIR=~/b/ikiwiki
START="$(date)"
PERL5LIB=${BDIR} ${BDIR}/ikiwiki.in \
--libdir ${BDIR} \
--templatedir ${BDIR}/templates \
--setup ikiwiki.setup \
"$@"
ret=$?
@ -16,3 +14,5 @@ echo ${START} - ${END}: ikiwiki result: $?
# -set underlaydir=${BDIR}/underlays/basewiki \
# -set underlaydirbase=${BDIR}/underlays \
# --libdir ${BDIR} \
# --templatedir ${BDIR}/templates \