It's no biggie, really:

0000660: 656e 0a20 204d 4552 4c49 4e5f 544d 5044  en.  MERLIN_TMPD
0000670: 4952 3d24 4d45 524c 494e 5f48 4f4d 452f  IR=$MERLIN_HOME/
0000680: 746d 700a 6669 0a0a 6966 205b 2021 202d  tmp.fi..if [ ! -
0000690: 6420 244d 4552 4c49 4e5f 544d 5044 4952  d $MERLIN_TMPDIR
00006a0: a05d 203b 2074 6865 6e0a 2020 6d6b 6469  .] ; then.  mkdi
00006b0: 7220 2224 4d45 524c 494e 5f54 4d50 4449  r "$MERLIN_TMPDI
00006c0: 5222 200a 6669 0a0a 2320 4368 6563 6b69  R" .fi..# Checki

The offending character is at 6a0 - it's an 0xA0 that has gotten
into the text. (0xA0 is a non-breaking space, so it is hard to see it).

I have just suffered a HD crash, so my CVS isn't installed yet. Would
have committed the fix otherwise.

The offending line is:

if [ ! -d $MERLIN_TMPDIR ] ; then
  mkdir "$MERLIN_TMPDIR" 
fi

And the character is just between $MERLIN_TMPDIR and the ].

Also, that line should probably read:

If [ ! -d "$MERLIN_TMPDIR" ] ; then

For consistency with ".

/LS

-----Original Message-----
From: Stephen McConnell [mailto:[EMAIL PROTECTED] 
Sent: den 1 augusti 2003 00:31
To: Avalon Developers List
Subject: Re: merlin.sh <--- help needed



Jacob:

I'm running on NT - can't help you directly.
Hopefully someone here will be able to provide an answer.

Stephen.


Jacob L E Blain Christen wrote:

>line 73 of merlin.sh (latest CVS) has an invalid character between
>"$MERLIN_TMPDIR" and "]".  easily seen using "vim -b". 
>
>also, when run "merlin.sh start" the output i get in 
>$MERLIN_HOME/tmp/merlin.console is the usage message.  ive looked at 
>the execution command and per the usage message it looks correct.  any 
>help?
>--
>Jacob L E Blain Christen
>Entheal LLC
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>  
>

-- 

Stephen J. McConnell
mailto:[EMAIL PROTECTED]
http://www.osm.net

Sent via James running under Merlin as an NT service.
http://avalon.apache.org/sandbox/merlin




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to