From b3c465122b209397f9a991d8b110e35327977775 Mon Sep 17 00:00:00 2001 From: wei-gangqiang Date: Thu, 19 Aug 2021 10:58:33 +0800 Subject: [PATCH] refact executor performance --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 3e4df13..ac6299c 100644 --- a/build.sh +++ b/build.sh @@ -39,6 +39,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