diff options
-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 9df1723..e934efd 100755 --- a/jobs/acl2-theorems.run +++ b/jobs/acl2-theorems.run @@ -1,5 +1,5 @@ #!/bin/sh for path in $(find -type f -name '*.lisp'); do - laminarc run acl2-verify path="$path" + laminarc start acl2-verify path="$path" done |