aboutsummaryrefslogtreecommitdiff
path: root/jobs/acl2-theorems.run
diff options
context:
space:
mode:
Diffstat (limited to 'jobs/acl2-theorems.run')
-rwxr-xr-xjobs/acl2-theorems.run2
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