From 4dc671cecfbddea7216346654259b23c9aa1edbe Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Fri, 24 Feb 2017 22:24:30 -0700 Subject: [PATCH] edwin/sources.sh: Add new source file string.scm. --- src/edwin/sources.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/edwin/sources.sh b/src/edwin/sources.sh index 6535b9636..7c020e02d 100755 --- a/src/edwin/sources.sh +++ b/src/edwin/sources.sh @@ -49,11 +49,12 @@ ${MIT_SCHEME_EXE} --batch-mode -- $1 <<\EOF "reccom" "regcom" "regexp" "regops" "rename" "replaz" "rfc822" "ring" "rmail" "rmailsrt" "rmailsum" "schmod" "scrcom" "screen" "search" "sendmail" "sercom" "shell" "simple" "snr" "sort" - "strpad" "strtab" "struct" "syntax" "tagutl" "techinfo" "telnet" - "termcap" "texcom" "things" "tparse" "tterm" "tximod" "txtprp" - "undo" "unix" "utils" "utlwin" "vc" "vc-bzr" "vc-cvs" "vc-git" - "vc-rcs" "vc-svn" "verilog" "vhdl" "webster" "win32" "win32com" - "wincom" "window" "winout" "winren" "world-monitor" "xform")) + "string" "strpad" "strtab" "struct" "syntax" "tagutl" "techinfo" + "telnet" "termcap" "texcom" "things" "tparse" "tterm" "tximod" + "txtprp" "undo" "unix" "utils" "utlwin" "vc" "vc-bzr" "vc-cvs" + "vc-git" "vc-rcs" "vc-svn" "verilog" "vhdl" "webster" "win32" + "win32com" "wincom" "window" "winout" "winren" "world-monitor" + "xform")) (define (my-write . strings) (for-each write-string strings)) -- 2.25.1