aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/protobuf/3.4.0/objectivec
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/protobuf/3.4.0/objectivec')
-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 ""
}