Git development
 help / color / mirror / Atom feed
From: sean <seanlkml@sympatico.ca>
To: Petr Baudis <pasky@suse.cz>
Cc: morgad@eclipse.co.uk, git@vger.kernel.org
Subject: Re: problem installing latest cogito
Date: Sat, 21 Jan 2006 14:49:01 -0500	[thread overview]
Message-ID: <BAYC1-PASMTP061F43C7F760A9FB73B616AE1E0@CEZ.ICE> (raw)
Message-ID: <20060121144901.33b03395.seanlkml@sympatico.ca> (raw)
In-Reply-To: <20060121194826.GK28365@pasky.or.cz>

On Sat, 21 Jan 2006 20:48:26 +0100
Petr Baudis <pasky@suse.cz> wrote:

> >                 sed -e
> > 's/\${COGITO_LIB}/\${COGITO_LIB:-\/home\/david\/lib\/cogito\/}/g; \
> > 
> > s/\${COGITO_SHARE}/\${COGITO_SHARE:-\/home\/david\/share\/cogito\/}/g'
> > \
> >                        $file > $file.new; \
> >                 cat $file.new > $file; rm $file.new; \
> >         done
> > sed: -e expression #1, char 145: unterminated address regex

The problem seems to go away if you remove the quoted end-of-line:

sed -e 's/\${COGITO_LIB}/\${COGITO_LIB:-\/home\/david\/lib\/cogito\/}/g;
        s/\${COGITO_SHARE}/\${COGITO_SHARE:-\/home\/david\/share\/cogito\/}/g'


where the following, doesn't:

sed -e 's/\${COGITO_LIB}/\${COGITO_LIB:-\/home\/david\/lib\/cogito\/}/g; \
        s/\${COGITO_SHARE}/\${COGITO_SHARE:-\/home\/david\/share\/cogito\/}/g'

Sean

  reply	other threads:[~2006-01-21 19:54 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-21 14:08 problem installing latest cogito dave morgan
2006-01-21 19:48 ` Petr Baudis
     [not found]   ` <20060121144901.33b03395.seanlkml@sympatico.ca>
2006-01-21 19:49     ` sean [this message]
2006-01-21 20:12       ` Junio C Hamano
2006-01-21 21:06         ` Petr Baudis
2006-01-21 21:22           ` dave morgan
2006-01-21 20:03     ` Petr Baudis
     [not found]       ` <20060121150142.4b1bb47e.seanlkml@sympatico.ca>
2006-01-21 20:01         ` sean
2006-01-21 20:08   ` dave morgan
2006-01-21 21:46     ` Petr Baudis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BAYC1-PASMTP061F43C7F760A9FB73B616AE1E0@CEZ.ICE \
    --to=seanlkml@sympatico.ca \
    --cc=git@vger.kernel.org \
    --cc=morgad@eclipse.co.uk \
    --cc=pasky@suse.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox