From 83113757c79e20618a80b3f2e2cf158c1259757a Mon Sep 17 00:00:00 2001 From: somebody_master Date: Tue, 21 Feb 2023 13:45:19 +0100 Subject: [PATCH] Eliminar warning Signed-off-by: somebody_master --- build/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/build.sh b/build/build.sh index 96f5d84..32048ba 100755 --- a/build/build.sh +++ b/build/build.sh @@ -57,7 +57,7 @@ function build() { if [ "$1" != "$_platform_android" ]; then cd "$_bin_folder" || clean_exit 1 "$_error_bin_folder" - strip ./*.$1.template_release.*.* + strip ./*."$1".template_release.*.* cd .. fi