apigee / api-platform-samples

Working samples for the Apigee API Platform
Apache License 2.0
497 stars 713 forks source link

use printf instead of echo for more shell consistency #111

Closed akoo1010 closed 5 years ago

akoo1010 commented 5 years ago

echo -n works differently depending on the shell. Using printf is more consistent.