diff options
author | Razvan Becheriu <razvan@isc.org> | 2019-04-18 15:49:13 +0200 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2019-06-11 08:35:11 +0200 |
commit | 9d908b5ca0e45126ad59eebecbfc32798da65ddd (patch) | |
tree | fe35248ba743055aed1c246f5353429be5d76f97 /tools | |
parent | one line export (diff) | |
download | kea-9d908b5ca0e45126ad59eebecbfc32798da65ddd.tar.xz kea-9d908b5ca0e45126ad59eebecbfc32798da65ddd.zip |
minor changes
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/cql_config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cql_config b/tools/cql_config index ae25f09f9d..de063ddd87 100755 --- a/tools/cql_config +++ b/tools/cql_config @@ -88,7 +88,7 @@ if [ "$1" = "--modversion" ]; then fi if [ "$1" = "--print-errors" ]; then - exit 0 + exit 0 fi echo "wrong parameter" |