picolisp

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/picolisp.git/
Log | Files | Refs | README | LICENSE

commit e3e0d695574c73421a9f5877928e2e1e2191a0b3
parent d923ca63f2f8e55d8e7791038410a586daeaa0de
Author: Commit-Bot <unknown>
Date:   Wed, 17 Nov 2010 19:07:31 +0000

Automatic commit from picoLisp.tgz, From: Wed, 17 Nov 2010 19:07:31 GMT
Diffstat:
Mersatz/lib.l | 2++
Mersatz/picolisp | 2+-
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/ersatz/lib.l b/ersatz/lib.l @@ -1,6 +1,8 @@ # 17nov10abu # (c) Software Lab. Alexander Burger +(on *Dbg) + ############ lib.l ############ (de task (Key . Prg) diff --git a/ersatz/picolisp b/ersatz/picolisp @@ -2,4 +2,4 @@ # 17nov10abu # Run Ersatz PicoLisp -exec java -DPID=$$ -jar ${0%/*}/picolisp.jar -"on *Dbg" ${0%/*}/lib.l "$@" +exec java -DPID=$$ -jar ${0%/*}/picolisp.jar ${0%/*}/lib.l "$@"