From 95b76835d895680438b047025f6a9acf2c0b4637 Mon Sep 17 00:00:00 2001 From: ZHANG Cheng <czhang.oss@gmail.com> Date: Tue, 10 Jul 2012 16:04:48 +0800 Subject: [PATCH 1/2] Fix bug of requiring non-exist file --- bin/cson2json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cson2json b/bin/cson2json index 1f5d315..4ea4331 100755 --- a/bin/cson2json +++ b/bin/cson2json @@ -1,2 +1,2 @@ #!/usr/bin/env node -require(__dirname+'/../out/lib/cson2json'); \ No newline at end of file +require(__dirname+'/../out/bin/cson2json'); \ No newline at end of file From 805b3b79588f101b4fa69c39b5333535b4c940f1 Mon Sep 17 00:00:00 2001 From: ZHANG Cheng <czhang.oss@gmail.com> Date: Tue, 10 Jul 2012 16:05:32 +0800 Subject: [PATCH 2/2] Fix bug of requiring non-exist file --- bin/json2cson | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/json2cson b/bin/json2cson index 1347a5a..96b90c3 100755 --- a/bin/json2cson +++ b/bin/json2cson @@ -1,2 +1,2 @@ #!/usr/bin/env node -require(__dirname+'/../out/lib/json2cson'); \ No newline at end of file +require(__dirname+'/../out/bin/json2cson'); \ No newline at end of file