Re: shell: swapping var values in one command, plus some here doc stuff

2021-09-03 Thread Harald van Dijk via austin-group-l at The Open Group
On 03/09/2021 13:23, Robert Elz via austin-group-l at The Open Group wrote: and ksh93 did: ksh93 $ cat < It looks like ksh93 fails to properly handle backslash-newline pairs that occur during determination of whether the current line is the heredoc delimiter, so any backslash-newline after a

[1003.1(2016/18)/Issue7+TC2 0001437]: make: (document .NOTPARALLEL and .WAIT special targets) in RATIONALE

2021-09-03 Thread Austin Group Bug Tracker via austin-group-l at The Open Group
A NOTE has been added to this issue. == https://www.austingroupbugs.net/view.php?id=1437 == Reported By:steffen Assigned To:

Re: shell: swapping var values in one command, plus some here doc stuff

2021-09-03 Thread Robert Elz via austin-group-l at The Open Group
Date:Fri, 3 Sep 2021 11:05:24 +0100 From:"Geoff Clare via austin-group-l at The Open Group" Message-ID: <20210903100524.GA17338@localhost> | If cmd is not a special built-in or a function, it is already | explicitly unspecified. Yes, I was actually more

Re: shell: swapping var values in one command, plus some here doc stuff

2021-09-03 Thread Geoff Clare via austin-group-l at The Open Group
Robert Elz wrote, on 03 Sep 2021: > > if one wants to do > > a=$b b=$a cmd > > is there any way to make that do what is expected (or perhaps hoped), > that can be relied upon to work? > > That is is one of the following actually specified to work? > > a=$b b=$a > ort=$a a=$b