Re: Errors building git-1.5.2.2 on 64-bit Centos 5

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Bill Lear
Date: Tuesday, June 19, 2007 - 9:16 am

On Tuesday, June 19, 2007 at 17:12:14 (+0200) David Kastrup writes:

% echo 'type cd' > foo
% chmod +x foo
% ./foo
cd is a shell builtin
% bash --version
GNU bash, version 3.1.17(1)-release (x86_64-redhat-linux-gnu)
Copyright (C) 2005 Free Software Foundation, Inc.

I also tried using the double-slash on the command line.  It worked
fine.  I tried a single slash from the script and it did not work.

% cd templates
% 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 -)
% ./foo
++ type tar
tar is /bin/tar
++ type cd
cd is a shell builtin
++ cd blt
++ tar cf - .
++ cd /opt/git-1.5.2.2/share/git-core/templates
++ tar xf -
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Archive contains obsolescent base-64 headers
tar: Error exit delayed from previous errors


Bill
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: Errors building git-1.5.2.2 on 64-bit Centos 5, David Kastrup, (Tue Jun 19, 8:12 am)
Re: Errors building git-1.5.2.2 on 64-bit Centos 5, Bill Lear, (Tue Jun 19, 9:16 am)
Re: Errors building git-1.5.2.2 on 64-bit Centos 5, Alex Riesen, (Tue Jun 19, 1:09 pm)
Re: Errors building git-1.5.2.2 on 64-bit Centos 5, Bill Lear, (Tue Jun 19, 1:57 pm)
Re: Errors building git-1.5.2.2 on 64-bit Centos 5, Junio C Hamano, (Tue Jun 19, 2:11 pm)
Re: Errors building git-1.5.2.2 on 64-bit Centos 5, Johannes Schindelin, (Tue Jun 19, 2:11 pm)
Re: Errors building git-1.5.2.2 on 64-bit Centos 5, Bill Lear, (Tue Jun 19, 2:17 pm)