Skip to content

Commit

Permalink
Fix of normalizing paths of form ./../the/rest
Browse files Browse the repository at this point in the history
  • Loading branch information
Herbert Vojcik committed Apr 9, 2010
1 parent 2c34776 commit 98710f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/node.js
Expand Up @@ -351,6 +351,7 @@ var pathModule = createInternalModule("path", function (exports) {
directory === ".."
&& directories.length
&& prev !== ".."
&& prev !== "."
&& prev !== undefined
&& (prev !== "" || keepBlanks)
) {
Expand Down

0 comments on commit 98710f5

Please sign in to comment.