On Sun, 2 Apr 2017 00:32, David C. Rankin wrote: [snip]
(49/60) Installing: libreoffice-base-5.2.5.1-18.3.2.x86_64 ..................................................[done] Additional rpm output: /root/.bashrc: line 129: syntax error near unexpected token `<' /root/.bashrc: line 129: ` done < <(find "$1" -type f)'
[snip]
If I recall correctly, the libreoffice 'find' error are innocuous, but isn't there something we can do the clean them up?
Sorry to say so, but you are barking at the wrong tree. Here the error is caused by the content of the ".bashrc" file of YOUR local root-account. Edit that file, find out what is wrong (Hint: one space too much, and a missing "$" is the most likely cause. Line 129: AS IS NOW: 'done < <(find "$1" -type f)' SHOULD BE: 'done << $(find "$1" -type f)' (Most likely, can't read your private /root/.bashrc at all) - Yamaban -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org