commit:     da4725aedb69150912d29cfd8bd85e451f2c32a5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 24 05:25:39 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 24 05:25:39 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da4725ae

media-gfx/photoqt: use bash test

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/photoqt/photoqt-4.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/photoqt/photoqt-4.8.1.ebuild 
b/media-gfx/photoqt/photoqt-4.8.1.ebuild
index fd5e757c243a..20eda1e68978 100644
--- a/media-gfx/photoqt/photoqt-4.8.1.ebuild
+++ b/media-gfx/photoqt/photoqt-4.8.1.ebuild
@@ -97,7 +97,7 @@ src_test() {
        # Required for PQCTest::getFoldersIn()
        unset LC_COLLATE
        source "${EPREFIX}"/etc/env.d/02locale
-       [ -n "${LC_COLLATE}" ] && export LC_COLLATE
+       [[ -n "${LC_COLLATE}" ]] && export LC_COLLATE
        "${BUILD_DIR}"/photoqt_test || die
 }
 

Reply via email to