https://bugzilla.novell.com/show_bug.cgi?id=619888 https://bugzilla.novell.com/show_bug.cgi?id=619888#c3 Christian Zoz <zoz@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zoz@novell.com --- Comment #3 from Christian Zoz <zoz@novell.com> 2011-07-12 15:00:58 CEST --- I've seen this bug on openSUSE 11.4 (ksh-93t-187.4.i586) and SLED11 SP1 ( all available versions: GM: ksh-93t-9.9.8, 1st update: ksh-93t-9.184.1, pending update: ksh-93t-9.197.1). The error messages are resulting from calling 'set -o' when ksh executes /etc/bash.bashrc. It looks like it happens for all translated languages: for a in `locale -a`; do LANG=$a ksh set -o 2>&1; echo; done | grep braceexpand | sort |uniq -c or: for a in de es fr it pt; do LANG=$a ksh set -o 2>&1 | head -5; echo; done -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.