Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!uflorida!stat!sun13!prism!gt0178a From: gt0178a@prism.gatech.EDU (BURNS,JIM) Newsgroups: comp.unix.questions Subject: Re: K Shell script problem Message-ID: <13002@hydra.gatech.EDU> Date: 25 Aug 90 00:42:04 GMT References: <1980@hsi86.hsi.UUCP> Distribution: na Organization: Georgia Institute of Technology Lines: 12 in article <1980@hsi86.hsi.UUCP>, kenney@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@prism.gatech.edu