Re: Errors building git-1.5.2.2 on 64-bit Centos 5
From: Alex Riesen <hidden> Date: 2016-06-15 22:43:17
Bill Lear, Tue, Jun 19, 2007 18:16:26 +0200:
% cat foo
set -x
type tar
type cd
(cd blt && tar cf - .) | (cd /opt/git-1.5.2.2/share/git-core/templates && tar xf -)
what would you see if your script contained:
set -x
(cd blt && tar cf - .) |less
?
Does the output look like a tar archive to you?
Can you share it with us if you're not sure?