Browse Source

Pre Merge pull request !358 from 尉刚强/refact_executor_performance

pull/358/MERGE
尉刚强 Gitee 3 years ago
parent
commit
62c1092e2d
No known key found for this signature in database GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      build.sh

+ 1
- 0
build.sh View File

@@ -63,6 +63,7 @@ usage()

# check value of input is 'on' or 'off'
# usage: check_on_off arg_value arg_name
# refact formance;
check_on_off()
{
if [[ "X$1" != "Xon" && "X$1" != "Xoff" ]]; then


Loading…
Cancel
Save