https://bugzilla.novell.com/show_bug.cgi?id=331884#c6 John McManaman <auxsvr@yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|auxsvr@yahoo.com | --- Comment #6 from John McManaman <auxsvr@yahoo.com> 2007-10-10 01:02:55 MST --- Yes, you're correct, I was checking the bin-omega RPM, the omega one is fine as you say. I investigated this further, and if I add: TEST=${1+$@} before line 64, and change line 64 of /sbin/conf.d/SuSEconfig.texlive into: set -- $(find $TEST -prune -type d -and -not -fstype nfs -print 2> /dev/null) , it works fine. If I omit the redirection to /dev/null at the end, find gives a weird error message (find: invalid predicate `'), which makes me think that either bash or find is buggy. -- 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.