|
|
|
@ -166,6 +166,13 @@ if (foo) {
@@ -166,6 +166,13 @@ if (foo) {
|
|
|
|
|
exit(1); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if (verbosity) { |
|
|
|
|
fprintf(stderr, "input glob %s\n", globbing); |
|
|
|
|
fprintf(stderr, "filter chain %s\n", filterchain); |
|
|
|
|
fprintf(stderr, "ourput dir %s\n", outdir); |
|
|
|
|
fprintf(stderr, "do xper %d\n", do_xper); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
foo = run_the_singlepass(globbing, outdir, FILTERS); |
|
|
|
|
fprintf(stderr, "\n\tRun the single pass --> %d\n", foo); |
|
|
|
|
|
|
|
|
|