From 5edb66195d62a997f5b5a6dec6b7eaa8595899a9 Mon Sep 17 00:00:00 2001
From: David Maus <maus@hab.de>
Date: Thu, 22 Mar 2018 08:13:41 +0100
Subject: [PATCH] =?UTF-8?q?Verwende=20vollst=C3=A4ndigen=20Pfad=20zu=20XPr?=
 =?UTF-8?q?oc?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 publish.cmd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/publish.cmd b/publish.cmd
index 586412b..be6f2b3 100644
--- a/publish.cmd
+++ b/publish.cmd
@@ -2,7 +2,7 @@
 
 REM Veröffentlicht die als Parameter übergebene METS-Datei
 REM
-REM Timestamp: <2018-03-20 14:07:23 maus>
+REM Timestamp: <2018-03-22 08:13:23 maus>
 REM Autor: David Maus <maus@hab.de>
 REM
 
@@ -28,7 +28,7 @@ if exist %TARGET% (
   del /p %TARGET%
 )
 
-%CALABASH% -i file:/%input:\=/% src/xproc/publish.xpl objectId=%signatur% targetUri=file:/%TARGET:\=/%
+%CALABASH% -i file:/%input:\=/% %~dp0src\xproc\publish.xpl objectId=%signatur% targetUri=file:/%TARGET:\=/%
 
 if not errorlevel (
   echo Okay
-- 
GitLab