https://bugzilla.novell.com/show_bug.cgi?id=799241 https://bugzilla.novell.com/show_bug.cgi?id=799241#c5 Peter Maloney <peter.maloney@brockmann-consult.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|peter.maloney@brockmann-con | |sult.de | --- Comment #5 from Peter Maloney <peter.maloney@brockmann-consult.de> 2013-04-23 07:47:01 UTC --- Here is another version of my fix with no arrays, so it works in dash (as well as bash, zsh, and ksh). alias ls="IFS=' ' ls $(echo $LS_OPTIONS)" For bash, the array one's only advantage I see is the args can have spaces in them, as long as the array was set with quotes. But since spaces would have already been a problem in the SUSE version (assuming this problem is relevant to an ls alias rather than just a general problem in bash), this one should make you happy. -- 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.