mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-20 16:20:05 +01:00
autogen.sh: print errors to stderr, printf instead echo -n
Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
This commit is contained in:
parent
39ed60dc60
commit
ac497ccd6c
1 changed files with 2 additions and 2 deletions
|
|
@ -15,8 +15,8 @@ PKG_NAME=NetworkManager
|
||||||
|
|
||||||
(test -f $srcdir/configure.ac \
|
(test -f $srcdir/configure.ac \
|
||||||
&& test -f $srcdir/src/main.c) || {
|
&& test -f $srcdir/src/main.c) || {
|
||||||
echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
|
printf "**Error**: Directory "\`$srcdir\'" does not look like the" >&2
|
||||||
echo " top-level $PKG_NAME directory"
|
echo " top-level $PKG_NAME directory" >&2
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue