* fix t5000-tar-tree.sh when $TAR isn't set
@ 2005-11-08 10:45 Alex Riesen
2005-11-08 11:51 ` Johannes Schindelin
0 siblings, 1 reply; 4+ messages in thread
From: Alex Riesen @ 2005-11-08 10:45 UTC (permalink / raw)
To: git; +Cc: Junio C Hamano
[-- Attachment #1: Type: text/plain, Size: 194 bytes --]
$TAR isn't set everywhere. Provide a default (tar)
Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
---
t/t5000-tar-tree.sh | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
[-- Attachment #2: TAR-not-set.patch --]
[-- Type: application/xxxxx, Size: 237 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: fix t5000-tar-tree.sh when $TAR isn't set
2005-11-08 10:45 fix t5000-tar-tree.sh when $TAR isn't set Alex Riesen
@ 2005-11-08 11:51 ` Johannes Schindelin
2005-11-08 15:08 ` Alex Riesen
2005-11-08 19:29 ` Junio C Hamano
0 siblings, 2 replies; 4+ messages in thread
From: Johannes Schindelin @ 2005-11-08 11:51 UTC (permalink / raw)
To: Alex Riesen; +Cc: git, Junio C Hamano
Hi,
On Tue, 8 Nov 2005, Alex Riesen wrote:
> $TAR isn't set everywhere. Provide a default (tar)
You run "sh t5000*" in t/, right? Usually, TAR is set in t/Makefile (that
is why it Just Works in the normal case). Note that you can -- instead of
your patch -- run "TAR=tar sh t5000*".
Ciao,
Dscho
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: fix t5000-tar-tree.sh when $TAR isn't set
2005-11-08 11:51 ` Johannes Schindelin
@ 2005-11-08 15:08 ` Alex Riesen
2005-11-08 19:29 ` Junio C Hamano
1 sibling, 0 replies; 4+ messages in thread
From: Alex Riesen @ 2005-11-08 15:08 UTC (permalink / raw)
To: Johannes Schindelin; +Cc: git, Junio C Hamano
On 11/8/05, Johannes Schindelin <Johannes.Schindelin@gmx.de> wrote:
> > $TAR isn't set everywhere. Provide a default (tar)
>
> You run "sh t5000*" in t/, right? Usually, TAR is set in t/Makefile (that
> is why it Just Works in the normal case). Note that you can -- instead of
> your patch -- run "TAR=tar sh t5000*".
Oh, I see... I did "make -C t" to avoid recompilation tests (this is
unbearably slow on the system Not To Be Named). Maybe put such
variables in the separate makefile and include it?
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: fix t5000-tar-tree.sh when $TAR isn't set
2005-11-08 11:51 ` Johannes Schindelin
2005-11-08 15:08 ` Alex Riesen
@ 2005-11-08 19:29 ` Junio C Hamano
1 sibling, 0 replies; 4+ messages in thread
From: Junio C Hamano @ 2005-11-08 19:29 UTC (permalink / raw)
To: Johannes Schindelin; +Cc: git
Johannes Schindelin <Johannes.Schindelin@gmx.de> writes:
> You run "sh t5000*" in t/, right? Usually, TAR is set in t/Makefile (that
> is why it Just Works in the normal case). Note that you can -- instead of
> your patch -- run "TAR=tar sh t5000*".
Yes, but "cd t && sh ./t5000-*.sh" should work by itself.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-11-08 19:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-08 10:45 fix t5000-tar-tree.sh when $TAR isn't set Alex Riesen
2005-11-08 11:51 ` Johannes Schindelin
2005-11-08 15:08 ` Alex Riesen
2005-11-08 19:29 ` Junio C Hamano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).