aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/protobuf
diff options
context:
space:
mode:
authorGravatar Androbin <robin.richtsfeld@gmail.com>2017-11-23 20:59:21 +0100
committerGravatar Androbin <robin.richtsfeld@gmail.com>2017-11-23 20:59:21 +0100
commita75d97bd183a5c0a596fd342c3f8eca45b9519bf (patch)
treeb6cd4f5caf2d02d5e090c414060b4fdba8724107 /third_party/protobuf
parent150eb602d2c158bb0aacf2ec6033c2b37766c60c (diff)
Argument mixes string and array. Use * or separate argument.
Diffstat (limited to 'third_party/protobuf')
-rwxr-xr-xthird_party/protobuf/3.4.0/objectivec/DevTools/full_mac_build.sh2
-rwxr-xr-xthird_party/protobuf/3.4.0/objectivec/Tests/CocoaPods/run_tests.sh2
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 ""
}