public inbox for nncp-devel@lists.cypherpunks.ru
Atom feed
From: Sergey Matveev <stargrave@stargrave•org>
To: nncp-devel@lists.cypherpunks.ru
Subject: Re: contrib/do odd behaviour
Date: Mon, 5 Dec 2022 11:24:29 +0300	[thread overview]
Message-ID: <Y42qvbviLNuGNXLy@stargrave.org> (raw)
In-Reply-To: <Y4psX/kq/LkHWY1a@beastie>

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

Greetings!

*** Jonathan Lane [2022-12-02 21:21]:
>I'm getting an odd build failure on OpenBSD/amd64 7.1: [...]

That is strange behaviour of contrib/do, that seems to depend on
underlying shell interpreter for some reason. I made the following
change in bin/default.do:
http://www.git.cypherpunks.ru/?p=nncp.git;a=commitdiff;h=faaae8532c13107cc7c4c7aed9d7bffa84d0761d
that will fix that. Replace "$1" with "${1##*/}". It will appear in the
next release's tarball. Thanks for reporting that issue!

-- 
Sergey Matveev (http://www.stargrave.org/)
OpenPGP: 12AD 3268 9C66 0D42 6967  FD75 CB82 0563 2107 AD8A

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

  reply	other threads:[~2022-12-05  8:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-18 18:47 [EN] NNCP 8.8.2 release announcement Sergey Matveev
2022-12-02 21:21 ` Jonathan Lane
2022-12-05  8:24   ` Sergey Matveev [this message]
2022-12-05 19:50     ` contrib/do odd behaviour Jonathan Lane