Typos. They're super lame.

This commit is contained in:
Brit Butler 2012-08-26 13:25:12 -03:00
parent d484749f52
commit a8fdbed399

View file

@ -4,6 +4,6 @@ TMP_GIT_CLONE=$HOME/tmp/improvedmeans
git clone $GIT_REPO $TMP_GIT_CLONE
sbcl --eval "(ql:quickload 'coleslaw)" --eval "(coleslaw:main)" \
--eval "(sb-ext:quit))"
--eval "(sb-ext:quit)"
rm -Rf $TMP_GIT_CLONE
exit