* Jens Seidel wrote:
> Code from debian/rules:
> > # Regression tests.
> > test:
> > @if grep -i -q `hostname -f` src/slrn src/slrnpull; then \
> > echo "Detected your hostname compiled into a binary. That is a bug." >&2; \
> > grep -i `hostname -f` src/objs/* >&2; \
> > exit 1; \
> > fi
Argh... I've overlooked this, thanks.
Norbert