Package: hol-light / 20190729-4

cd-holtest-parallel.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Hendrik Tews <hendrik@askra.de>
Date: Wed, 12 Feb 2020 05:41:25 +0100
Subject: cd for holtest_parallel because it works only in that directory

---
 holtest_parallel | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/holtest_parallel b/holtest_parallel
index 4d462a3..365fed5 100755
--- a/holtest_parallel
+++ b/holtest_parallel
@@ -20,6 +20,8 @@
 
 set -e
 
+cd /usr/share/hol-light
+
 if which hol-light > /dev/null ; then
     hollight=hol-light
 elif type ckpt > /dev/null; then