summaryrefslogtreecommitdiff
path: root/perlsh
diff options
context:
space:
mode:
authorLarry Wall <lwall@netlabs.com>1992-06-11 08:21:11 +0000
committerLarry Wall <lwall@netlabs.com>1992-06-11 08:21:11 +0000
commitfaf8582f0c418b57fd71e105da84edbb3177fa0c (patch)
tree362f6aa8bbc6e5d971e30ed808182176ae405c8e /perlsh
parent2f3197b3c480b4120c210442c74a59d064d932c9 (diff)
downloadperl-faf8582f0c418b57fd71e105da84edbb3177fa0c.tar.gz
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...
Diffstat (limited to 'perlsh')
-rw-r--r--perlsh2
1 files changed, 1 insertions, 1 deletions
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;