[Git][cmucl/cmucl][sparc64-dev] Fix typo.

Raymond Toy pushed to branch sparc64-dev at cmucl / cmucl Commits: afffd171 by Raymond Toy at 2016-12-24T11:14:59-08:00 Fix typo. - - - - - 1 changed file: - bin/create-target.sh Changes: ===================================== bin/create-target.sh ===================================== --- a/bin/create-target.sh +++ b/bin/create-target.sh @@ -122,5 +122,5 @@ echo '#error You need to run genesis (via build-world.sh) before compiling the s solaris64) cat $setenv_dir/solaris64-features.lisp;; solaris) cat $setenv_dir/solaris-features.lisp;; *) sed "s;@@LISP@@;$lisp_variant;" $setenv_dir/unknown.lisp;; - esac2 + esac ) > ../setenv.lisp || quit "Can't create setenv.lisp" View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/afffd17197b00b38af6458dac7...
participants (1)
-
Raymond Toy