From a2108100a0c2c65a920e6165321349f6284bdda4 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 21 Oct 2009 13:47:59 +0200 Subject: [PATCH] print out version of ikiwiki Signed-off-by: Nico Schottelius --- ikiwikitest.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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: $?