pack.js
[gnome.introspection-doc-generator] / pack.js
diff --git a/pack.js b/pack.js
old mode 100644 (file)
new mode 100755 (executable)
index e406787..af1eb43
--- a/pack.js
+++ b/pack.js
@@ -28,6 +28,6 @@ function pack(str)
 }
 
 
-var args = Array.prototype.slice.call(arguments);
-print(args.join());
+var args = Array.prototype.slice.call(argv);
+print(args.join(', '));