K Shell script problem

BURNS,JIM gt0178a at prism.gatech.EDU
Sat Aug 25 10:42:04 AEST 1990


in article <1980 at hsi86.hsi.UUCP>, kenney at hsi.UUCP (Brian Kenney) says:
> export 	FOO="This is part 1." \
> 	FOO="${FOO}This is part 2." 
> print $FOO

Works if you remove the back slash, or change it to a semi-colon, so
export must buffer its setenv(3)'s, and ksh must do them one at a time.
-- 
BURNS,JIM
Georgia Institute of Technology, Box 30178, Atlanta Georgia, 30332
uucp:	  ...!{decvax,hplabs,ncar,purdue,rutgers}!gatech!prism!gt0178a
Internet: gt0178a at prism.gatech.edu



More information about the Comp.unix.questions mailing list