Skip to content
Snippets Groups Projects
Commit 225bdb44 authored by Eric Mei's avatar Eric Mei
Browse files

branch: b1_6

a better way to fix the script.
b=13659
parent 2e1d5e50
No related branches found
No related tags found
No related merge requests found
......@@ -1385,7 +1385,10 @@ AT_MAX_SET=0
at_start()
{
at_is_valid || { skip "AT env is invalid" && return 1 }
if ! at_is_valid; then
skip "AT env is invalid"
return 1
fi
if ! at_is_enabled; then
echo "AT is disabled, enable it by force temporarily"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment