Bart Lateur <[EMAIL PROTECTED]> writes:

> My vote is to ditch the concat operator altogether. Hey, we have
> interpolation!

>       "$this$is$just$as$ugly$but$it$works"

How do you concatenate together a list of variables that's longer than one
line without using super-long lines?  Going to the shell syntax of:

    PATH=/some/long:/bunch/of:/stuff
    PATH="${PATH}:/more/stuff"

would really be a shame.

-- 
Russ Allbery ([EMAIL PROTECTED])             <http://www.eyrie.org/~eagle/>

Reply via email to