Get working on OSX
[clnl] / bin / buildtravisexec.sh
index f61938a386051e634b49852102e7b26669573495..b06a9c52c8bbacfcdf02dce6b4df87926df4c8d2 100755 (executable)
@@ -1,5 +1,9 @@
 #!/bin/bash
 
+# This script builds a verion of sbcl with the libraries pre loaded
+# for ease of travis.  Remember to update bin/buildosxsbcl when you
+# update this.
+
 mkdir -p tmp/sbcl
 
 cwd=$PWD
@@ -43,7 +47,6 @@ mkdir -p tmp/deps/
   ln -s docgen_0.1/docgen.asd .
 )
 
-
 SBCL_HOME="" tmp/sbcl/bin/sbcl --core tmp/sbcl/lib/sbcl/sbcl.core \
   --eval "(require 'asdf)" \
   --eval '(setf asdf:*central-registry* (list #p"tmp/deps/"))' \