diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2021-07-31 23:23:50 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2021-07-31 23:23:50 +0900 |
commit | caaacb4d24a8e3dbf604899dd5fe60169ee96d20 (patch) | |
tree | ad7c37b35fd2850ddaa1393417bf2abc748e0999 | |
parent | aa6989bdf80571632ce50f37465301f950df1b65 (diff) |
acl2-theorems: Use run command.
-rwxr-xr-x | jobs/acl2-theorems.run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jobs/acl2-theorems.run b/jobs/acl2-theorems.run index c002d11..04ed3a3 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="$(pwd)/$path" + laminarc run acl2-verify path="$(pwd)/$path" done |