Skip to content

Commit

Permalink
modded paths and fixed errors in paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Shifty committed May 23, 2011
1 parent c8bb1c0 commit f20bc2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file modified Node/nodekit.js
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion Node/shell/shell.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exports.shell = function (args, router) {

// Extract location of source.
var p, path = process.argv[1].split('/');
path[path.length - 1] = 'shell/worker.js';
path[path.length - 1] = './shell/worker.js';
path = path.join('/');

// Determine user identity.
Expand Down

0 comments on commit f20bc2e

Please sign in to comment.