Skip to content

Commit

Permalink
removed cp '-u' option in Jakefile, as cp on OSX does not recognize it
Browse files Browse the repository at this point in the history
  • Loading branch information
dopplerreflect committed Oct 29, 2010
1 parent af73953 commit c0d03e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geddy-core/scripts/Jakefile.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ task('resource', [], function (nameParam) {
var cmds = [
'mkdir -p ./app/views/' + names.filename.plural
, 'mkdir -p ./app/views/layouts'
, 'cp -u ~/.node_libraries/geddy-core/scripts/gen/views/layout.html.ejs ' +
, 'cp ~/.node_libraries/geddy-core/scripts/gen/views/layout.html.ejs ' +
'./app/views/layouts/application.html.ejs'
, 'cp ~/.node_libraries/geddy-core/scripts/gen/views/add.html.ejs ' +
'./app/views/' + names.filename.plural + '/'
Expand Down

0 comments on commit c0d03e3

Please sign in to comment.