Re: problem installing latest cogito
From: Petr Baudis <hidden>
Date: 2016-06-15 22:42:17
Dear diary, on Sat, Jan 21, 2006 at 09:12:28PM CET, I got a letter where Junio C Hamano [off-list ref] said that...
I got a complaint or two that some version of sed does not like ';' to concatenate more than one commands, and have been trying to train myself to do either multiple -e options or multi-line scripts. E.g when I am tempted to say: sed -e 's/foo/bar/;s/baz/boa/' froboz Instead, I say either sed -e 's/foo/bar/' -e 's/baz/boa/' froboz
Good idea, thanks. Hopefully this will fix Dave Morgan's problem. Committed and pushed out. -- Petr "Pasky" Baudis Stuff: http://pasky.or.cz/ Of the 3 great composers Mozart tells us what it's like to be human, Beethoven tells us what it's like to be Beethoven and Bach tells us what it's like to be the universe. -- Douglas Adams