From: alan Date: Mon, 19 Apr 2010 05:31:29 +0000 (+0800) Subject: pack.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=42e31cd16e9e75aa1d38cbce9affbcbe73e8bf33 pack.js --- diff --git a/pack.js b/pack.js index e9fbeca..af1eb43 100755 --- a/pack.js +++ b/pack.js @@ -28,6 +28,6 @@ function pack(str) } -var args = Array.prototype.slice.call(arguments); -print(argv.join(', ')); +var args = Array.prototype.slice.call(argv); +print(args.join(', '));