openbsd-ports/shells/scsh/patches/patch-env_command_scm
lebel d0d23835a5 update shells/scsh to 0.5.3;
requested and tested by Chad Dougherty <chad@stalphonsos.com>;
re-generated the patches
2001-09-04 23:26:31 +00:00

13 lines
395 B
Plaintext

$OpenBSD: patch-env_command_scm,v 1.1 2001/09/04 23:26:31 lebel Exp $
--- env/command.scm.orig Tue Aug 10 14:17:37 1999
+++ env/command.scm Mon Sep 3 22:28:58 2001
@@ -546,7 +546,7 @@
((char=? (string-ref line 0) #\n) #f)
(else (loop count)))))))
-(define *y-or-n-eof-count* 100)
+(define *y-or-n-eof-count* 0)
(define (read-line port)
(let loop ((l '()))