freebsd-ports/lang/scsh/files/patch-ab
Joseph Koshy 963ec014d2 Upgrade to v0.6.0.
- "files/patch-ae" is no longer required
- PLIST substitution is used to merge the files "pkg-plist.doc" and
  "pkg-plist" into one entity
- new patch file "files/patch-static.scm" has been added

Approved by:  alex [MAINTAINER]
2002-01-14 06:53:27 +00:00

19 lines
540 B
Text

*** scheme/env/command.scm.original Tue Nov 26 15:59:38 1996
--- scheme/env/command.scm Tue Nov 26 15:59:46 1996
***************
*** 546,552 ****
((char=? (string-ref line 0) #\n) #f)
(else (loop count)))))))
! (define *y-or-n-eof-count* 100)
(define (read-line port)
(let loop ((l '()))
--- 546,552 ----
((char=? (string-ref line 0) #\n) #f)
(else (loop count)))))))
! (define *y-or-n-eof-count* 0)
(define (read-line port)
(let loop ((l '()))