diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-08-10 16:24:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-08-10 16:24:50 +0300 |
commit | 4ed85f7faf02a42f943d13318a0f006184c0434a (patch) | |
tree | 4d752159e5d469d10282f2bd7d3dd6a7d8dd50e3 /src/emap/atcommand.c | |
parent | 5bcee0f52e61a2a2246069a8e23e69d7f073ffc7 (diff) | |
download | plugin-4ed85f7faf02a42f943d13318a0f006184c0434a.tar.gz plugin-4ed85f7faf02a42f943d13318a0f006184c0434a.tar.bz2 plugin-4ed85f7faf02a42f943d13318a0f006184c0434a.tar.xz plugin-4ed85f7faf02a42f943d13318a0f006184c0434a.zip |
Add support for exit codes for building plugin code.
Diffstat (limited to 'src/emap/atcommand.c')
-rw-r--r-- | src/emap/atcommand.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/atcommand.c b/src/emap/atcommand.c index a6ce11c..4027acd 100644 --- a/src/emap/atcommand.c +++ b/src/emap/atcommand.c @@ -151,6 +151,7 @@ ACMD1(mapExit) // 106 - rebuild all // 107 - git pull and build all // 108 - git pull and rebuild all +// 109 - build plugin ACMD1(serverExit) { int code = 0; |