From b7fdfb12e6952d6a047307b159999252339cd89b Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 18 Oct 2011 22:40:29 +0200 Subject: [PATCH] cleanups Signed-off-by: Nico Schottelius --- bin/cdist | 2 -- build | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/bin/cdist b/bin/cdist index 6a7a2d6d..0f37db2e 100755 --- a/bin/cdist +++ b/bin/cdist @@ -214,5 +214,3 @@ if __name__ == "__main__": sys.exit(0) sys.exit(0) - - diff --git a/build b/build index 9e9fbf21..38fdac07 100755 --- a/build +++ b/build @@ -144,8 +144,9 @@ case "$1" in echo '' echo 'Here are the possible targets:' echo '' - echo ' man: Build manpages (requires Asciidoc)' echo ' clean: Remove build stuff' + echo ' man: Build manpages (requires Asciidoc)' + echo ' test: Run tests' echo '' echo '' echo "Unknown target, \"$1\"" >&2