Commit aed7b345 authored by Thomas Van Lenten's avatar Thomas Van Lenten

Merge pull request #1474 from pherl/fixscript

Fix cp -r usage to be portable.
parents b53417c7 cf7e99db
......@@ -73,4 +73,4 @@ fi
# Copy them over.
echo "Copying over updated WellKnownType sources."
cp -r "${TMP_DIR}/google/" "${ProtoRootDir}/objectivec/google/"
cp -r "${TMP_DIR}/google/." "${ProtoRootDir}/objectivec/google/"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment