[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
No multiline input between quotes ?
From: |
Markus Schwarzenberg |
Subject: |
No multiline input between quotes ? |
Date: |
Fri, 18 May 2001 15:25:08 +0200 (MET DST) |
Configuration Information [Automatically generated, do not change]:
Machine: sparc
OS: solaris2.7
Compiler: gcc
Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='sparc'
-DCONF_OSTYPE='solaris2.7' -DCONF_MACHTYPE='sparc-sun-solaris2.7'
-DCONF_VENDOR='sun' -DSHELL -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I. -I. -I./include -I./lib
-I/home/digital/schwarzenberg/sol57/include -O2
uname output: SunOS sund32 5.7 Generic_106541-07 sun4u sparc SUNW,Ultra-5_10
Machine Type: sparc-sun-solaris2.7
Bash Version: 2.05
Patch Level: 0
Release Status: release
Description:
In earlier versions of bash it was possible to enter
multiline command arguments in quotes typing:
command "Text on first line <RETURN>
text continued on next line"
In bash 2.05 this doesn't work any more, it gets
into a state where it doesn't accept commands any
more until CTRL-C is pressed. That sounds similair
to the problem I reported a while ago (eval didn't
work in completion func) which is fixed now by using
bison for translating parse.y. Maybe there's still
something wrong in parse.y ?. Or am I missing only
some new setopt feature?
I'm using bash 2.05 with all patches from the website
compiled applied.
Repeat-By: Enter the following, where <RETURN> is to be
replaced by pressing the Return-Key
echo "Text on first line <RETURN>
text continued on next line"
Fix: Sorry, No Idea.
Markus Schwarzenberg
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- No multiline input between quotes ?,
Markus Schwarzenberg <=