diff --git a/content/io.js b/content/io.js index 60ab932a..6d0170c3 100644 --- a/content/io.js +++ b/content/io.js @@ -134,6 +134,8 @@ liberator.IO = function () //{{{ } } + args = liberator.io.expandPath(args); + // go directly to an absolute path or look for a relative path // match in 'cdpath' if (/^(~|\/|[a-z]:|\.\/|\.\.\/)/i.test(args))