# HG changeset patch # User Steve Losh # Date 1556164921 25200 # Node ID 3ec7448dc603619c6aa1d54016763c799a6b31a5 # Parent 87eadbc9344de80ee76fff3da263f81f2bec038a Fix the CP437 in MakerLisp diff -r 87eadbc9344d -r 3ec7448dc603 bin/makerlisp --- a/bin/makerlisp Wed Apr 24 20:58:18 2019 -0700 +++ b/bin/makerlisp Wed Apr 24 21:02:01 2019 -0700 @@ -5,4 +5,4 @@ cd ~/src/makerlisp/src/uSDimage rlwrap-lisp \ --only-cook '^> ' \ - ../lisp/linux/lisp + makerlisp-raw diff -r 87eadbc9344d -r 3ec7448dc603 bin/makerlisp-raw --- a/bin/makerlisp-raw Wed Apr 24 20:58:18 2019 -0700 +++ b/bin/makerlisp-raw Wed Apr 24 21:02:01 2019 -0700 @@ -3,4 +3,4 @@ set -euo pipefail cd ~/src/makerlisp/src/uSDimage -../lisp/linux/lisp "$@" +../lisp/linux/lisp "$@" | ~/src/dotfiles/go/bin/encconv