notifications about tests passed/finished in SM runner. Balloon will be shown only...
[fedora-idea.git] / bin / append.bat
blob37bd7f4d7f3146c7f721ee461a055f6ee55e312e
1 if not defined ACC goto emptyacc
2 if "%SEPARATOR%" == "" goto noseparator
3 set ACC=%ACC%%SEPARATOR%%1
4 goto end
6 :noseparator
7 set ACC=%ACC% %1
8 goto end
10 :emptyacc
11 set ACC=%1
12 goto end
14 :end