Re: 3rd problem: Bug cross-compiling bash (with buildroot): mkbuiltins uses config.h

2005-04-12 Thread Chet Ramey
The same problem occurs when compiling psize.c: It is compiled for the host with the defines in config.h, which are valid for the target environment only. Moreover, running psize.c on the host is irrelevant anyway: The size of a pipe on the host is not the same as the size of a pipe on

Галерея_матрасов (от)

2005-04-12 Thread Максим Полуэктович ngoe
, . All1.jpg___ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash

Shell exits when piping to undeclared function

2005-04-12 Thread Maxim Vexler
From: Maxim Vexler To: bug-bash@gnu.org Subject: Shell exits when piping to undeclared function Configuration Information [Automatically generated, do not change]: Machine: i686 OS: linux-gnu Compiler: i686-pc-linux-gnu-gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i686'

Bug (Metacharacters)...

2005-04-12 Thread Sergio Nery Simoes
Is this a bug (Metacharacter)? Example: $ touch a b c A B C $ ls [A-Z] A b B c C $ bash --version GNU bash, version 3.00.16(1)-release (i386-pc-linux-gnu) Copyright (C) 2004 Free Software Foundation, Inc. $ uname -a Linux sergio 2.6.8-2-686 #1 Mon

Re: Bug (Metacharacters)...

2005-04-12 Thread Chris F.A. Johnson
On Tue, 12 Apr 2005, Sergio Nery Simoes wrote: Is this a bug (Metacharacter)? Example: $ touch a b c A B C $ ls [A-Z] A b B c C $ bash --version GNU bash, version 3.00.16(1)-release (i386-pc-linux-gnu) Copyright (C) 2004 Free Software Foundation, Inc.