UMPsychMethodsCore / MethodsCore

All of the projects that the methods core develops, combined into one repository!
7 stars 0 forks source link

fix for sed differences between mac/linux #392

Closed mangstad closed 8 years ago

mangstad commented 8 years ago

This just adds an empty set of quotes after the -i flag for sed. The string here is for a backup file extension for the inplace sed command. It is optional on Linux, but mandatory on Mac. Providing an empty string is the same as the default behavior on Linux (i.e. no backup file).