Fix the CP437 in MakerLisp
    
        | author | 
        Steve Losh <steve@stevelosh.com> | 
    
    
        | date | 
        Wed, 24 Apr 2019 21:02:01 -0700 | 
    
    
    
        | parents | 
        87eadbc9344d 
 | 
    
    
        | children | 
        819deb5fee25
 | 
    
    
        | branches/tags | 
        (none) | 
    
    
        | files | 
        bin/makerlisp bin/makerlisp-raw  | 
    
Changes
    
--- 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
--- 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