From 3c31a5185b4513804c55443ad8f1af1744e870c6 Mon Sep 17 00:00:00 2001 From: dakkar Date: Thu, 20 Aug 2009 12:58:52 +0200 Subject: =?UTF-8?q?now=20it=20even=20works=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- new-doc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'new-doc') diff --git a/new-doc b/new-doc index 74aea1e..f311766 100755 --- a/new-doc +++ b/new-doc @@ -1,4 +1,5 @@ #!/bin/bash +here="$(cd "$(dirname "$0")";pwd)"; cd "$(dirname "$0")"/src if [[ $# -eq 0 ]]; then @@ -69,5 +70,5 @@ done ln -s "${docname//+([^\/])/..}"/../templates/du2html.xsl "$docname"/ -cd "$(dirname "$0")" +cd "$here" ./new-tag "${tags[@]}" -- cgit v1.2.3