diff options
Diffstat (limited to 'jobs')
-rwxr-xr-x | jobs/acl2-theorems.run | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jobs/acl2-theorems.run b/jobs/acl2-theorems.run index e934efd..faec32c 100755 --- a/jobs/acl2-theorems.run +++ b/jobs/acl2-theorems.run @@ -1,4 +1,5 @@ -#!/bin/sh +#!/usr/bin/env bash +set -euo pipefail for path in $(find -type f -name '*.lisp'); do laminarc start acl2-verify path="$path" |