OpenSolaris

Printable Version Enter a New Search
Bug ID 6219754
Synopsis UNIX98/UNIX03: *vsc* /usr/xpg4/bin/ex :! must accept multiple lines if \<cr> terminated.
State 10-Fix Delivered (Fix available in build)
Category:Subcategory utility:editor
Keywords SHELL | ex | vsc
Responsible Engineer Cynthia Eastham
Reported Against snv_04 , solaris_10u1
Duplicate Of
Introduced In solaris_2.1
Commit to Fix snv_24
Fixed In snv_24
Release Fixed solaris_nevada(snv_24) , solaris_10u1(s10u1_18) (Bug ID:2130457)
Related Bugs 6319606 , 6208418 , 6219736
Submit Date 20-January-2005
Last Update Date 20-October-2005
Description
This set of commands is put in a file 

!for i in ex_57.09 one two\
do\
if [ "$i" \!= "one" ]\
then echo "$i"\
fi\
done >> ex_out_57_1

and /usr/xpg4/bin/ex is run with this file as stdin
this bombs like so
/usr/xpg4/bin/sh: syntax error at line 1 : `for' unmatched



 xxxxx@xxxxx.com 2005-1-20 21:37:48 GMT
Work Around
N/A
Comments
N/A