Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #15786 > unrolled thread
| Started by | "Eric S. Raymond" <esr@thyrsus.com> |
|---|---|
| First post | 2019-12-26 14:54 -0500 |
| Last post | 2019-12-26 14:54 -0500 |
| Articles | 1 — 1 participant |
Back to article view | Back to gnu.bash.bug
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Request For Enhancement - TID variable "Eric S. Raymond" <esr@thyrsus.com> - 2019-12-26 14:54 -0500
| From | "Eric S. Raymond" <esr@thyrsus.com> |
|---|---|
| Date | 2019-12-26 14:54 -0500 |
| Subject | Re: Request For Enhancement - TID variable |
| Message-ID | <mailman.1474.1577390071.1979.bug-bash@gnu.org> |
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 top | Article view | gnu.bash.bug
csiph-web