[50 character or so descriptive subject here (for reference)]

2010-01-30 Thread exploit
Configuration Information [Automatically generated, do not change]: Machine: powerpc OS: aix4.3.2.0 Compiler: cc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='powerpc' -DCONF_OSTYPE='aix4.3.2.0' -DCONF_MACHTYPE='powerpc-ibm-aix4.3.2.0' -DCONF_VENDOR='ibm' -DSHELL -DHAVE_CONFIG_H -I/usr/

Re: Any guide about writing my own bash built-in commands?

2010-01-30 Thread Joachim Schmitz
Clark J. Wang wrote: Hi all, I want to write my own built-in bash commands but I cannot find any info about that in bash manual. Anyone has any idea? Have a look into the .def files in the builtins directory of bash's source tree. Add your .def file (start with a copy of an existing one chang

bash killed by filecompletion feature if filename(s) contain '*' character

2010-01-30 Thread coyote
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' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i686-pc-linux-gnu' -DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/loc

Re: bash killed by filecompletion feature if filename(s) contain '*' character

2010-01-30 Thread Chris F.A. Johnson
On Sat, 30 Jan 2010, coy...@wariat.org.pl wrote: > 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' > -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i686

Re: bash killed by filecompletion feature if filename(s) contain '*' character

2010-01-30 Thread Chet Ramey
On 1/30/10 4:17 PM, coy...@wariat.org.pl wrote: > Bash Version: 4.0 > Patch Level: 35 > Release Status: release > > Description: > bash died while word completion if filename contains a '*' character > > Repeat-By: > touch file\*1 > touch file\*2 > chmod +x file* > ./file[t