https://bugs.kde.org/show_bug.cgi?id=431407

--- Comment #4 from Luigi Toscano <[email protected]> ---
Unless I read it incorrectly (and it may), test -z only checks that the string
is not empty - and indeed it is not - and not for the file existence (that
would be `if ! test -f ${FILE_FOO} || ! test -f ${FILE_BAR}; then`). So while
the condition should be fixed, the code still works as it is.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to