Update cefode for child_process.fork.

This commit is contained in:
Cheng Zhao
2013-03-13 21:57:12 +08:00
parent 347ba6c7ee
commit c393a0677e
2 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ set -e
cd "$(dirname $0)/.."
# Test whether we need update.
if [ -d "node/node" ]; then
if [ -f "node/node" ]; then
exit 0
fi