Re: bash-3.1.011 escaped character error

2006-03-23 Thread Andreas Schwab
Mihai Barbos <[EMAIL PROTECTED]> writes: > When IFS is "\n" a single n at the end of a line is dropped. IFS="\n" is equivalent to IFS=n If you want to set IFS to a single newline character use either IFS=$'\n' or IFS=" " Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux

bash-3.1.011 escaped character error

2006-03-23 Thread Mihai Barbos
Configuration Information [Automatically generated, do not change]: Machine: i686 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i686' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i686-pc-linux-gnu' -DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKAGE='b