Skip to content

Commit

Permalink
utils -> util (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Dec 18, 2010
1 parent 6c2c4d4 commit c1c9de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cakefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ task 'build:full', 'rebuild the source twice, and run the tests', ->




task 'build:parser', 'rebuild the Jison parser (run build first)', -> task 'build:parser', 'rebuild the Jison parser (run build first)', ->
extend global, require('utils') extend global, require('util')
require 'jison' require 'jison'
parser = require('./lib/grammar').parser parser = require('./lib/grammar').parser
fs.writeFile 'lib/parser.js', parser.generate() fs.writeFile 'lib/parser.js', parser.generate()
Expand Down

0 comments on commit c1c9de4

Please sign in to comment.