diff --git a/ikiwikitest.sh b/ikiwikitest.sh index 3296a4b..d9187d7 100755 --- a/ikiwikitest.sh +++ b/ikiwikitest.sh @@ -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: $?