Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Fixing an OS X issue with the Cakefile #98

Closed
wants to merge 1 commit into from

Conversation

beryllium
Copy link

Fixes an issue on OS X that can cause the sed command to fail; untested on other OSes, but should not affect them. If cloned under the User dir, and the username starts with 'k', it can cause this error message due to regex evaluation:

1.0.1dev
Executing cp -R src tmp
Executing sed -i 's/{{ VERSION }}/1.0.1dev/' '/Users/kevinb/Sites/workspace/thotter/web/hallo/tmp/hallo.coffee'
{ [Error: Command failed: sed: 1: "/Users/kevinb/Sites/wor ...": invalid command code k
] killed: false, code: 1, signal: null }
sed: 1: "/Users/kevinb/Sites/wor ...": invalid command code k

…ed on other OSes, but should not affect them
@grahamhayes
Copy link
Contributor

Does #93 not add this fix?

@beryllium
Copy link
Author

It does - sorry!

@beryllium beryllium closed this Aug 29, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants