mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-16 05:12:08 +08:00
fix format
This commit is contained in:
2
acme.sh
2
acme.sh
@@ -437,7 +437,7 @@ _secure_debug3() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
__USE_TR_TAG=""
|
__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"
|
__USE_TR_TAG="1"
|
||||||
fi
|
fi
|
||||||
export __USE_TR_TAG
|
export __USE_TR_TAG
|
||||||
|
|||||||
Reference in New Issue
Block a user