From a75d97bd183a5c0a596fd342c3f8eca45b9519bf Mon Sep 17 00:00:00 2001 From: Androbin Date: Thu, 23 Nov 2017 20:59:21 +0100 Subject: Argument mixes string and array. Use * or separate argument. --- third_party/protobuf/3.4.0/objectivec/DevTools/full_mac_build.sh | 2 +- third_party/protobuf/3.4.0/objectivec/Tests/CocoaPods/run_tests.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/third_party/protobuf/3.4.0/objectivec/DevTools/full_mac_build.sh b/third_party/protobuf/3.4.0/objectivec/DevTools/full_mac_build.sh index 159630e2c2..8fe750a09f 100755 --- a/third_party/protobuf/3.4.0/objectivec/DevTools/full_mac_build.sh +++ b/third_party/protobuf/3.4.0/objectivec/DevTools/full_mac_build.sh @@ -54,7 +54,7 @@ EOF header() { echo "" echo "========================================================================" - echo " ${@}" + echo " $*" echo "========================================================================" } diff --git a/third_party/protobuf/3.4.0/objectivec/Tests/CocoaPods/run_tests.sh b/third_party/protobuf/3.4.0/objectivec/Tests/CocoaPods/run_tests.sh index 6d3e12be30..fc281e4cf0 100755 --- a/third_party/protobuf/3.4.0/objectivec/Tests/CocoaPods/run_tests.sh +++ b/third_party/protobuf/3.4.0/objectivec/Tests/CocoaPods/run_tests.sh @@ -78,7 +78,7 @@ fi header() { echo "" echo "========================================================================" - echo " ${@}" + echo " $*" echo "========================================================================" echo "" } -- cgit v1.2.3