From aa6989bdf80571632ce50f37465301f950df1b65 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Sat, 31 Jul 2021 23:16:45 +0900 Subject: Fix to absolute path. --- jobs/acl2-theorems.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs/acl2-theorems.run b/jobs/acl2-theorems.run index faec32c..c002d11 100755 --- a/jobs/acl2-theorems.run +++ b/jobs/acl2-theorems.run @@ -2,5 +2,5 @@ set -euo pipefail for path in $(find -type f -name '*.lisp'); do - laminarc start acl2-verify path="$path" + laminarc start acl2-verify path="$(pwd)/$path" done -- cgit v1.2.3