blynn / gitmagic

A guide to using Git
http://cs.stanford.edu/~blynn/gitmagic/
GNU General Public License v3.0
1.92k stars 670 forks source link

Add -e for compliance on mac with sed. #16

Closed oferrigni closed 12 years ago

oferrigni commented 12 years ago

Mac OS X treats sed -i slightly differently. Adding -e allows the build to execute on mac without adverse effect.

This addresses Issue #13

Oliver

blynn commented 12 years ago

Thanks!