From 175925a58c3e54f0ca22df836b056ae88ed72c84 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Sun, 9 Dec 2012 20:58:13 +0100 Subject: [PATCH] fix xsl bug --- heatpump-dimplex-wpm_ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heatpump-dimplex-wpm_ b/heatpump-dimplex-wpm_ index 169fd76..77dfaad 100755 --- a/heatpump-dimplex-wpm_ +++ b/heatpump-dimplex-wpm_ @@ -111,7 +111,7 @@ fi xslfile=paths.xsl if [ ! -f "$xslfile" ]; then shell="`readlink -f "$0"`" - path="`dirname "$0"`" + path="`dirname "$shell"`" xslfile="$path/paths.xsl" if [ ! -f "$xslfile" ]; then echo 'Could not find paths.xsl' -- 2.30.2