]> git.ipfire.org Git - thirdparty/elfutils.git/commit
tests/thread-safety-subr.sh: Change if [[ ]] to if [ ]
authorMark Wielaard <mark@klomp.org>
Wed, 26 Mar 2025 22:50:57 +0000 (23:50 +0100)
committerMark Wielaard <mark@klomp.org>
Wed, 26 Mar 2025 22:54:36 +0000 (23:54 +0100)
commit0bebc2e63918ce46a30a159491b9993d65c3b35a
treee5ea08e367aa9e0260ae2aa41a0286e674acdd98
parent33d4a60d13e0f82fb89cff389abf9770121d160a
tests/thread-safety-subr.sh: Change if [[ ]] to if [ ]

Using [[ is a bashism. We can just use [ since this is a simple
comparision.

* tests/thread-safety-subr.sh: Use if [ instead of if [[.

Signed-off-by: Mark Wielaard <mark@klomp.org>
tests/thread-safety-subr.sh