Browse Source

fix format

pull/6513/head
neil 2 months ago
parent
commit
df350e6660
  1. 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

Loading…
Cancel
Save