Skip to content
Snippets Groups Projects
Commit 556bbb81 authored by Daniel Barlow's avatar Daniel Barlow
Browse files

la la la

parent 27a91156
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
# - quit with exit status >0 if an unhandled error occurs # - quit with exit status >0 if an unhandled error occurs
LISP="sbcl --noprogrammer" LISP="sbcl --noprogrammer"
# file extension that compiling fiels with $LISP will use # file extension that $LISP uses for compiled files
FASL=fasl FASL=fasl
rm *.$FASL || true rm *.$FASL || true
...@@ -20,4 +20,4 @@ do ...@@ -20,4 +20,4 @@ do
exit 1 exit 1
fi fi
done done
echo "All tests apparently successful"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment