From faf8582f0c418b57fd71e105da84edbb3177fa0c Mon Sep 17 00:00:00 2001 From: Larry Wall Date: Thu, 11 Jun 1992 08:21:11 +0000 Subject: perl 4.0 patch 34: (combined patch) Here's the typical cleanup patch that follows any large set of patches. My testing organization is either too large or too small, depending on how you look at it, sigh... --- perlsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perlsh') diff --git a/perlsh b/perlsh index 4f9b5ddd12..2b2cccd064 100644 --- a/perlsh +++ b/perlsh @@ -6,7 +6,7 @@ # Note that it must be a complete perl statement--don't type double # carriage return in the middle of a loop. -$/ = ''; # set paragraph mode +$/ = "\n\n"; # set paragraph mode $SHlinesep = "\n"; while ($SHcmd = <>) { $/ = $SHlinesep; -- cgit v1.2.1