nodejs / node-v0.x-archive

Moved to https://github.com/nodejs/node
34.46k stars 7.32k forks source link

ARGV[0] weirdness #23

Closed atmos closed 14 years ago

atmos commented 14 years ago

Is this the intended behavior for ARGV[0] ?

cibook% which node
/opt/nodejs/bin/node cibook% node main.js /Users/atmos/p/irccat-nodejs/node /Users/atmos/p/irccat-nodejs/main.js port username channel

ry commented 14 years ago

Thanks. Fixed in dbb1a26, hopefully.