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

Fixing an OS X issue with the Cakefile - #98

Closed
beryllium wants to merge 1 commit into
bergie:masterfrom
beryllium:cakefile-sed-osx-bug
Closed

Fixing an OS X issue with the Cakefile#98
beryllium wants to merge 1 commit into
bergie:masterfrom
beryllium:cakefile-sed-osx-bug

Conversation

@beryllium

Copy link
Copy Markdown

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
Copy Markdown
Contributor

Does #93 not add this fix?

@beryllium

Copy link
Copy Markdown
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