X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=pack.js;h=5d106891f4548048da28a604abae57bd0e8a044f;hp=3a17a4c267e74386ae6068cab4219f34830342e1;hb=a8d95279269f1e0460d5cf1ba362af61c9b9f94f;hpb=43b95a998e0d221c87f96c4f3031e902957e5141 diff --git a/pack.js b/pack.js index 3a17a4c..5d10689 100755 --- a/pack.js +++ b/pack.js @@ -11,7 +11,6 @@ * -C no cleanup (use with -w if you need are using a cache directory.) * -p prefix for translation md5 generator (directory that files are in, and is removed * from path when generating an md5 for the translated name. - * * compresses files listed as arguments and outputs result */ @@ -55,6 +54,7 @@ for(var i =0; i < args.length;i++) { i++; continue; } + if (args[i] == '-C') { cfg.cleanup = false; continue;