From d6a083778aba549ec55a2ea27e84d949211fd4bd Mon Sep 17 00:00:00 2001 From: Craig Condon Date: Fri, 1 Feb 2013 11:39:32 -0800 Subject: [PATCH] cleanup --- bin/nexe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/nexe b/bin/nexe index e429ce0..dcb8157 100755 --- a/bin/nexe +++ b/bin/nexe @@ -24,7 +24,7 @@ options('r', { function toRelative(pt) { - return path.normalize(pt.replace(/^\.\//, process.cwd() + "/")); + return path.normalize(pt.replace(/^\./, process.cwd() + "/")); }