The test was inverted.
Signed-off-by: Benjamin Cama
---
gnulib-tool |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gnulib-tool b/gnulib-tool
index 669931c..55fbee3 100755
--- a/gnulib-tool
+++ b/gnulib-tool
@@ -2954,7 +2954,7 @@ ba
fi
done
# Add the dummy mo
On 7 November 2013 14:55, Jim Meyering wrote:
> Can you investigate, e.g., instrumenting those rules to see what's
> happening (then I don't have to ask for instructions on how to
> reproduce :-), for example, by, inserting "| tee /tmp/1" or similar in
> piplelines to see what intermediate result
On Wed, Nov 6, 2013 at 4:54 PM, Reuben Thomas wrote:
> I turned on tight-scope by pointing it at a directory with a library in.
>
> To start with, it (somewhat confusingly) tells me that all my API functions
> should be static. It doesn't seem to have the option to say they should be
> extern. Thi