try to match with || again
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
92cbfa951b
commit
2f96602bed
8 changed files with 27 additions and 20 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue