tests_flags.in: Remove -n flag from call to echo.

2001-02-21  Phil Edwards  <pme@sources.redhat.com>

	* tests_flags.in:  Remove -n flag from call to echo.

From-SVN: r39966
This commit is contained in:
Phil Edwards 2001-02-21 21:58:20 +00:00
parent 3f67ac08f3
commit c2aa93b54a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-02-21 Phil Edwards <pme@sources.redhat.com>
* tests_flags.in: Remove -n flag from call to echo.
2001-02-20 Benjamin Kosnik <bkoz@redhat.com>
* config/c_locale_gnu.h: Add clocale include.

View File

@ -156,5 +156,5 @@ case ${query} in
;;
esac
echo -n ${BUILD_DIR}:${SRC_DIR}:${PREFIX_DIR}:${CXX}:${CXXFLAGS}:${INCLUDES}:${LIBS}
echo ${BUILD_DIR}:${SRC_DIR}:${PREFIX_DIR}:${CXX}:${CXXFLAGS}:${INCLUDES}:${LIBS}
exit 0