* Re: [PATCH 2/2] [BUILTIN] respect eventual TMPDIR set [not found] ` <1269213818-23910-2-git-send-email-max@stro.at> @ 2010-04-02 5:03 ` Herbert Xu 2010-04-02 14:30 ` maximilian attems 0 siblings, 1 reply; 2+ messages in thread From: Herbert Xu @ 2010-04-02 5:03 UTC (permalink / raw) To: maximilian attems; +Cc: dash On Mon, Mar 22, 2010 at 12:23:38AM +0100, maximilian attems wrote: > From: Herbert Xu <herbert@gondor.apana.org.au> > > while merging upstream dash in klibc, > noticed that klibc dash had grown that useful feature. > > Signed-off-by: maximilian attems <max@stro.at> Patch applied. BTW, please cc dash@vger.kernel.org on all patch submissions. Thanks, > --- > src/mkbuiltins | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/src/mkbuiltins b/src/mkbuiltins > index 064cb76..e38ce4c 100644 > --- a/src/mkbuiltins > +++ b/src/mkbuiltins > @@ -37,7 +37,7 @@ > > tempfile=tempfile > if ! type tempfile > /dev/null 2>&1; then > - tempfile='mktemp /tmp/mkbuiltins.XXXXXX' > + tempfile="mktemp ${TMPDIR:-/tmp}/builtin.XXXXXX" > fi > > trap 'rm -f $temp $temp2' EXIT > -- > 1.7.0.2 > -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt ^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 2/2] [BUILTIN] respect eventual TMPDIR set 2010-04-02 5:03 ` [PATCH 2/2] [BUILTIN] respect eventual TMPDIR set Herbert Xu @ 2010-04-02 14:30 ` maximilian attems 0 siblings, 0 replies; 2+ messages in thread From: maximilian attems @ 2010-04-02 14:30 UTC (permalink / raw) To: Herbert Xu; +Cc: dash On Fri, 02 Apr 2010, Herbert Xu wrote: > On Mon, Mar 22, 2010 at 12:23:38AM +0100, maximilian attems wrote: > > From: Herbert Xu <herbert@gondor.apana.org.au> > > > > while merging upstream dash in klibc, > > noticed that klibc dash had grown that useful feature. > > > > Signed-off-by: maximilian attems <max@stro.at> > > Patch applied. BTW, please cc dash@vger.kernel.org on all patch > submissions. thanks for merge, review and push. :) what about, job control off: http://www.zytor.com/pipermail/klibc/2010-March/002590.html I'll reforward the patch, seems it didn't reach the dash mailinglist. ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-04-02 14:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1269213818-23910-1-git-send-email-max@stro.at>
[not found] ` <1269213818-23910-2-git-send-email-max@stro.at>
2010-04-02 5:03 ` [PATCH 2/2] [BUILTIN] respect eventual TMPDIR set Herbert Xu
2010-04-02 14:30 ` maximilian attems
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox