diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2016-12-13 10:02:38 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2016-12-13 10:02:38 +0800 |
commit | 9899d32e4d73fa9657150b4b5b2e70ee997fc486 (patch) | |
tree | 3819cf1d75a6e7a6d481be292155d4da79588464 /scripts | |
parent | 80c1b9a92d02a2a565876092d0495dd79d3ed2c6 (diff) |
Fix syntax error
Reported in https://gerrit.opnfv.org/gerrit/#/c/25785/
Change-Id: Iaba37b820ec17d8ac9009e63f606c8a38aebd236
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/docs-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/docs-build.sh b/scripts/docs-build.sh index c912bdf8c..91bb91a20 100755 --- a/scripts/docs-build.sh +++ b/scripts/docs-build.sh @@ -258,4 +258,4 @@ done deactivate -exit(error_count) +exit $error_count |