NetBSD reproducible builds stuck?
Jan-Benedict Glaw
jbglaw at lug-owl.de
Mon Feb 26 15:24:19 GMT 2024
On Mon, 2024-02-26 08:03:20 -0500, Christos Zoulas <christos at zoulas.com> wrote:
> I don't understand what:
>
>
> ++ find '*' -type f
> find: ‘*’: No such file or directory
>
> is supposed to do... I don't think '*' could work...
That must correspond to this part:
178 tree .
179 for i in *; do
180 pushd "${i}"
181 for j in $(find * -type f | sort -u ) ; do
182 let ALL_FILES+=1
That `*` will only become a literal '*' with an empty directory, so I
guess that's the actual issue. Hope to have an in-depth look at it
tonight..
MfG, JBG
--
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/reproducible-builds/attachments/20240226/df243032/attachment.sig>
More information about the Reproducible-builds
mailing list