From 32579938e049c4df1542e978c6005f4c1726fd4b Mon Sep 17 00:00:00 2001 From: Zhong Lufan Date: Mon, 12 Jul 2021 18:03:49 +0800 Subject: [PATCH] Fix bug for unset --- AliyunOpenApiSDK.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AliyunOpenApiSDK.sh b/AliyunOpenApiSDK.sh index f0e9f2e..afea6e5 100644 --- a/AliyunOpenApiSDK.sh +++ b/AliyunOpenApiSDK.sh @@ -7,7 +7,7 @@ for _command in openssl curl; do exit 127 fi done -unset $_command +unset _command declare AliAccessKeyId AliAccessKeySecret _AliAccessKeyId=$AliAccessKeyId