[Dune] Debug ouput from dunecontrol on Mac OS X

Markus Blatt Markus.Blatt at iwr.uni-heidelberg.de
Wed Aug 9 14:37:53 CEST 2006


Hi,

On Tue, Aug 08, 2006 at 09:41:42PM +0200, Oswald Benedikt wrote:
> Hi Dune, please find attached dunecontrol debug output as suggested.
> 
> I hope this gives you a hint ?
> 
> Thanks and have a good night! Benedikt
> 
> 

the problem is as Joe supposed a weired behaviuor of the sed line:

> echo $COMMANDS | sed -e 's/ \+/ | /g'
> ++ echo update autogen configure make all exec svn
> ++ sed -e 's/ \+/ | /g'
> + eval '
> case "$command" in
>   update' autogen configure make all exec 'svn)
>

Where fo the ' come from??

Anyway I already changed the script yesterday in line 292 (Line 1 above) to
echo $COMMANDS | sed -e 's/ / | /g'
as Joe sugested.

Could you please update and try again. If still does not work, maybe
substituting ' with " in line 292 works?

Markus

P.S.: Just out of curiosity, what exactly is or does a  computational
Accelerator Scientist?

-- 
DUNE -- The Distributed And Unified Numerics Environment 
<http://www.dune-project.org>




More information about the Dune mailing list