From f20a061288b63c22768c86b1318d0ae4461671ab Mon Sep 17 00:00:00 2001
From: David Maus <maus@hab.de>
Date: Mon, 26 Mar 2018 11:45:42 +0200
Subject: [PATCH] Immer nach Aufruf von Calabash pausieren

---
 publish.cmd | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/publish.cmd b/publish.cmd
index be6f2b3..6266578 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-22 08:13:23 maus>
+REM Timestamp: <2018-03-23 13:44:52 maus>
 REM Autor: David Maus <maus@hab.de>
 REM
 
@@ -29,6 +29,7 @@ if exist %TARGET% (
 )
 
 %CALABASH% -i file:/%input:\=/% %~dp0src\xproc\publish.xpl objectId=%signatur% targetUri=file:/%TARGET:\=/%
+pause
 
 if not errorlevel (
   echo Okay
-- 
GitLab