Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #15786
| Path | csiph.com!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail |
|---|---|
| From | "Eric S. Raymond" <esr@thyrsus.com> |
| Newsgroups | gnu.bash.bug |
| Subject | Re: Request For Enhancement - TID variable |
| Date | Thu, 26 Dec 2019 14:54:27 -0500 |
| Organization | Eric Conspiracy Secret Labs |
| Lines | 20 |
| Approved | bug-bash@gnu.org |
| Message-ID | <mailman.1474.1577390071.1979.bug-bash@gnu.org> (permalink) |
| References | <20191226153751.587634704BBB@snark.thyrsus.com> <ff2cd1e9-b697-415b-97bd-206e44712345@dancol.org> <20191226195427.GB8608@thyrsus.com> |
| Reply-To | esr@thyrsus.com |
| NNTP-Posting-Host | lists.gnu.org |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| X-Trace | usenet.stanford.edu 1577390072 9305 209.51.188.17 (26 Dec 2019 19:54:32 GMT) |
| X-Complaints-To | action@cs.stanford.edu |
| Cc | bug-bash@gnu.org |
| To | Daniel Colascione <dancol@dancol.org> |
| Envelope-to | bug-bash@gnu.org |
| Content-Disposition | inline |
| In-Reply-To | <ff2cd1e9-b697-415b-97bd-206e44712345@dancol.org> |
| X-Eric-Conspiracy | There is no conspiracy |
| User-Agent | Mutt/1.10.1 (2018-07-13) |
| X-detected-operating-system | by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] |
| X-Received-From | 71.162.243.5 |
| X-BeenThere | bug-bash@gnu.org |
| X-Mailman-Version | 2.1.23 |
| Precedence | list |
| List-Id | Bug reports for the GNU Bourne Again SHell <bug-bash.gnu.org> |
| List-Unsubscribe | <https://lists.gnu.org/mailman/options/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=unsubscribe> |
| List-Archive | <https://lists.gnu.org/archive/html/bug-bash> |
| List-Post | <mailto:bug-bash@gnu.org> |
| List-Help | <mailto:bug-bash-request@gnu.org?subject=help> |
| List-Subscribe | <https://lists.gnu.org/mailman/listinfo/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=subscribe> |
| X-Mailman-Original-Message-ID | <20191226195427.GB8608@thyrsus.com> |
| X-Mailman-Original-References | <20191226153751.587634704BBB@snark.thyrsus.com> <ff2cd1e9-b697-415b-97bd-206e44712345@dancol.org> |
| Xref | csiph.com gnu.bash.bug:15786 |
Show key headers only | View raw
Daniel Colascione <dancol@dancol.org>: > Are you sure that'd help? Parallel runs bash in a bunch of subprocesses, so > looking at PID would suffice to distinguish jobs. Are you sure you weren't > seeing an invariant PID because you were letting the PID variable expansion > happen too early? The $$ is inside the script. I don't see how it could be later. Rerunning the command, I think I misinterprteted the error messages before. The script is a wrapper around another script that is calling svnadmin to create a Subversion repository. svnadmin doesn't like something about its calling context and is complaining that it can't write a directory atomically. Not bash's problem. Carry on! -- <a href="http://www.catb.org/~esr/">Eric S. Raymond</a>
Back to gnu.bash.bug | Previous | Next | Find similar | Unroll thread
Re: Request For Enhancement - TID variable "Eric S. Raymond" <esr@thyrsus.com> - 2019-12-26 14:54 -0500
csiph-web