http://bugzilla.novell.com/show_bug.cgi?id=626629 http://bugzilla.novell.com/show_bug.cgi?id=626629#c3 Dr. Werner Fink <werner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |werner@novell.com InfoProvider|werner@novell.com |torsten.foertsch@gmx.net --- Comment #3 from Dr. Werner Fink <werner@novell.com> 2010-07-30 08:48:35 UTC --- Hmmm ... we have not only /bin/sh linked to /bin/bash also we have around the ash, the dash, the pdksh, the ksh, maybe the ksh93, the pcksh, and the zsh. All test codes should *not* trigger an error nor an error messages if sourced. Please try to replace case "$0" in sh|-sh|*/sh) is=sh ;; esac ;; with read -t 1 a r </proc/$$/cmdline case "$a" in sh|-sh|*/sh) is=sh ;; esac ;; -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.