Code

Stop double expansion of parameters for negate - works like
authorTon Voon <tonvoon@users.sourceforge.net>
Fri, 21 Sep 2007 23:01:28 +0000 (23:01 +0000)
committerTon Voon <tonvoon@users.sourceforge.net>
Fri, 21 Sep 2007 23:01:28 +0000 (23:01 +0000)
commit8a39526e1b8754a8b8fbb50f7f6806af4def7baa
treec80f8ddafe75a920cdcec549e30e728bb57125f9
parent7a7052512953e6626edf8efc87664dba3ee01d74
Stop double expansion of parameters for negate - works like
time command now

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1784 f882894a-f735-0410-b71e-b25c423dba1c
12 files changed:
NEWS
configure.in
lib/Makefile.am
lib/tests/Makefile.am
lib/tests/test_cmd.c [new file with mode: 0644]
lib/tests/test_cmd.t [new file with mode: 0644]
lib/utils_cmd.c [new file with mode: 0644]
lib/utils_cmd.h [new file with mode: 0644]
plugins/Makefile.am
plugins/negate.c
plugins/t/negate.pl [deleted file]
plugins/t/negate.t [new file with mode: 0644]