pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: bin/59595: sh(1) in -current breaks pkgsrc/net/libcmis configure
The following reply was made to PR pkg/59595; it has been noted by GNATS.
From: Kimmo Suominen <kim%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: bin/59595: sh(1) in -current breaks pkgsrc/net/libcmis configure
Date: Fri, 15 Aug 2025 00:48:51 +0300
On Thu, Aug 14, 2025 at 09:05:01PM +0000, Robert Elz via gnats wrote:
> cd "${boost_dir:-.}" 2>/dev/null
Thanks -- I tried that in the "set" commands, but got confused about the
script still not continuing. But the reason for not continuing is, as
you pointed out, the lack of output from the && commands not being run.
The "cd" still seems unnecessary: you get the same output from just
ls -1 "${boost_dir:-.}" 2> /dev/null | ...
I don't think using "cd" to ensure that we are looking at a directory is
important there.
Kind regards,
+ Kimmo
Home |
Main Index |
Thread Index |
Old Index