[POSIX conformance] "." looks for file in the current directory

2008-06-10 Thread Stephane_Chazelas
Configuration Information [Automatically generated, do not change]: Machine: i486 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i486' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i486-pc-linux-gnu' -DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKAGE='ba

"type ls unexisting" gives 0 exit status

2006-11-10 Thread stephane_chazelas
Configuration Information [Automatically generated, do not change]: Machine: i486 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i486' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i486-pc-linux-gnu' -DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKAGE='ba

"." (aka source) works only with regular files

2006-09-30 Thread stephane_chazelas
Configuration Information [Automatically generated, do not change]: Machine: i486 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i486' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i486-pc-linux-gnu' -DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKAGE='ba

Re: Reading bytes one-by-one from pipe of process substitution

2006-09-28 Thread stephane_chazelas
On Thu, Sep 28, 2006 at 09:12:47PM +0600, [EMAIL PROTECTED] wrote: [...] > Description: > When Process substitution is used, BASH > reads from such descriptor by one bytes!! Of course it does. A shell is a shell, it's a command that runs other commands. read var Reads one line of