fix format

This commit is contained in:
neil
2025-09-15 19:34:54 +02:00
parent a1ea2a5aa6
commit df350e6660

View File

@@ -437,7 +437,7 @@ _secure_debug3() {
}
__USE_TR_TAG=""
if [ "$(echo "abc" | LANG=C tr a-z A-Z 2>/dev/null)" != "ABC" ] ; then
if [ "$(echo "abc" | LANG=C tr a-z A-Z 2>/dev/null)" != "ABC" ]; then
__USE_TR_TAG="1"
fi
export __USE_TR_TAG