On Fri, 2015-06-19 at 01:25 +0200, Petr Vorel wrote: > Signed-off-by: Petr Vorel <[email protected]> > --- > autogen.sh | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/autogen.sh b/autogen.sh > index a7e1c17..b4394bf 100755 > --- a/autogen.sh > +++ b/autogen.sh > @@ -15,8 +15,8 @@ PKG_NAME=NetworkManager > > (test -f $srcdir/configure.ac \ > && test -f $srcdir/src/main.c) || { > - echo -n "**Error**: Directory "\`$srcdir\'" does not look like the" > - echo " top-level $PKG_NAME directory" > + printf "**Error**: Directory "\`$srcdir\'" does not look like the" >&2 > + echo " top-level $PKG_NAME directory" >&2 > exit 1 > } >
This patch at least seems OK to me... Dan _______________________________________________ networkmanager-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/networkmanager-list
