From 1692fcefdc07764b13c42af09edb4ddb9e84961d Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Mon, 16 Oct 2023 23:51:52 +0200 Subject: [PATCH] Update MOBILE/ios/createpodspecs_test --- MOBILE/ios/createpodspecs_test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MOBILE/ios/createpodspecs_test b/MOBILE/ios/createpodspecs_test index 98fe141a6f..f78c24d03c 100755 --- a/MOBILE/ios/createpodspecs_test +++ b/MOBILE/ios/createpodspecs_test @@ -6,7 +6,7 @@ export CREATE_POD_SPECS_DEBUG=1 function check() { local expect=$1 local got=$2 - echo -n "checking whether '$expect' equals '$got'... " + echo -n "checking whether '$expect' equals '$got'... " 1>&2 if [[ "$got" != "$expect" ]]; then echo "NO" 1>&2 exit 1