public inbox for nncp-devel@lists.cypherpunks.ru
Atom feed
From: Sergey Matveev <stargrave@stargrave•org>
To: nncp-devel@lists.cypherpunks.ru
Subject: Re: PATH respecting
Date: Mon, 7 Mar 2022 16:48:36 +0300	[thread overview]
Message-ID: <YiYNXYTeCZcCsJGI@stargrave.org> (raw)
In-Reply-To: <YiQHbcT6eDwJdUt2@beastie>

[-- Attachment #1: Type: text/plain, Size: 569 bytes --]

Greetings!

*** Jonathan Lane [2022-03-06 00:59]:
>$ redo all <== fails with gccgo
>$ GO=$(which go) redo all <== succeeds with Google go

I can not reproduce that issue.
I tried goredo and contrib/do as a redo implementation:

    $ cat > foo.do <<EOF
    echo "$PATH"
    which go
    EOF
    $ redo foo
    $ cat foo
    PATH is here, go's placement is expected

It should be respected anyway, if redo implementation does not clean it.

-- 
Sergey Matveev (http://www.stargrave.org/)
OpenPGP: CF60 E89A 5923 1E76 E263  6422 AE1A 8109 E498 57EF

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

      reply	other threads:[~2022-03-07 13:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-04 13:57 [EN] NNCP 8.7.0 release announcement Sergey Matveev
2022-03-05  1:47 ` John Goerzen
2022-03-06  0:59 ` Jonathan Lane
2022-03-07 13:48   ` Sergey Matveev [this message]