repo.or.cz
/
fedora-idea.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
reworked error messages for ruby refactorings
[fedora-idea.git]
/
bin
/
append.bat
blob
37bd7f4d7f3146c7f721ee461a055f6ee55e312e
1
if not defined ACC goto emptyacc
2
if "%SEPARATOR%" == "" goto noseparator
3
set ACC=%ACC%%SEPARATOR%%1
4
goto end
5
6
:noseparator
7
set ACC=%ACC% %1
8
goto end
9
10
:emptyacc
11
set ACC=%1
12
goto end
13
14
:end