diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2021-07-31 23:41:06 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2021-07-31 23:41:06 +0900 |
commit | 81ecc44af8f13f06d5dd52d0628b081c162b6a26 (patch) | |
tree | 5160122758d76412ef8d417d7a1707fb233793f3 /jobs | |
parent | 93625d3fad9993a8e5187ff85a0c0010b005ffcd (diff) |
acl2-theorems: Add newline to output.
Diffstat (limited to 'jobs')
-rwxr-xr-x | jobs/acl2-theorems.run | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jobs/acl2-theorems.run b/jobs/acl2-theorems.run index 8bbcabc..0f6bf6c 100755 --- a/jobs/acl2-theorems.run +++ b/jobs/acl2-theorems.run @@ -1,6 +1,7 @@ #!/usr/bin/env bash set -euo pipefail +echo for path in $(find -type f -name '*.lisp'); do printf "%s\n " "${path#./}" laminarc run acl2-verify path="$(pwd)/$path" |