Re: Support ksh93 x=${cmd;}

2025-04-09 Thread Dan Shelton
On Wed, 9 Apr 2025 at 15:40, Chet Ramey wrote: > > On 4/9/25 9:31 AM, Dan Shelton wrote: > > On Wed, 9 Apr 2025 at 15:16, Chet Ramey wrote: > >> > >> On 4/9/25 2:09 AM, Cedric Blancher wrote: > >>> Good morning! > >>> > >>> C

Re: Support ksh93 x=${cmd;}

2025-04-09 Thread Dan Shelton
On Wed, 9 Apr 2025 at 15:16, Chet Ramey wrote: > > On 4/9/25 2:09 AM, Cedric Blancher wrote: > > Good morning! > > > > Could bash please support x=${cmd;} alongside x=$(cmd)? > > I implemented it back in 2023 and it will be in bash-5.3. Thank you. I like the x=${

Re: Support ksh93 x=${cmd;}

2025-04-09 Thread Dan Shelton
. Docs should clarify that this is NOT the HP/UX madness Dan -- Dan Shelton - Cluster Specialist Win/Lin/Bsd

Re: bash parallel build: make[1]: warning: -j16 forced in submake: resetting jobserver mode.

2024-05-14 Thread Dan Shelton
On Fri, 26 Apr 2024 at 15:10, Chet Ramey wrote: > > On 4/25/24 9:56 PM, Dan Shelton wrote: > > >> Everyone seems to support MAKEFLAGS by now, and it's part of POSIX, so > >> maybe we delete $(MFLAGS) and rely on make to pass MAKEFLAGS to submakes > >> in t

Re: bash parallel build: make[1]: warning: -j16 forced in submake: resetting jobserver mode.

2024-04-25 Thread Dan Shelton
AGS) and rely on make to pass MAKEFLAGS to submakes > in the environment. Could you do this for the next alpha release, please? Dan -- Dan Shelton - Cluster Specialist Win/Lin/Bsd

Re: bash parallel build: make[1]: warning: -j16 forced in submake: resetting jobserver mode.

2024-04-21 Thread Dan Shelton
GS}, and the parent and child > make instances cooperate to limit the number of parallel make processes. Passing -j to submakes ist just wrong. All submakes and the parent should be part of ONE GNU make jobserver. Dan -- Dan Shelton - Cluster Specialist Win/Lin/Bsd

Re: Bash-4.3-beta2 available for FTP

2013-12-01 Thread Dan Shelton
On 14 November 2013 17:33, Cedric Blancher wrote: > On 12 November 2013 17:58, Chet Ramey wrote: >> On 11/7/13 10:31 AM, Simon Toedt wrote: >> Yes. There are a few issues with the bash-20131025 snapshot. I've attached a patch that fixes them. >>> >>> Chet, can you push the patch to gi

Re: Bash-4.3-beta2 available for FTP

2013-10-26 Thread Dan Shelton
On 15 October 2013 22:36, Chet Ramey wrote: > On 10/15/13 4:27 PM, Joshuah Hurst wrote: > What happened to the patch for cd -@ to handle NFSv4+Windows alternate streams? ksh93 already has this feature since quite some time and they're now even extending support even further to the b