Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
bin
/
scripts
/
win
/
append.bat
blob: abe68875324b20e4e269dee19ad95fcdb9ca3dc3 [
file
] [
log
] [
blame
]
IF NOT DEFINED ACC GOTO empty_acc
IF
"%SEPARATOR%"
==
""
GOTO no_separator
SET ACC
=%
ACC
%%
SEPARATOR
%%
1
GOTO
end
:
no_separator
SET ACC
=%
ACC
%
%
1
GOTO
end
:
empty_acc
SET ACC
=%
1
GOTO
end
:
end