1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-08 06:02:22 +03:00

Fix for echo newline suppression detection

Submitted by: Keith Parks
This commit is contained in:
Marc G. Fournier
1997-02-04 09:16:08 +00:00
parent 14be8d35b5
commit 4aff83181a
2 changed files with 2 additions and 2 deletions

2
src/configure vendored
View File

@@ -919,7 +919,7 @@ if test "$ECHO_N_OUT" -eq 0; then
else
if test "ECHO_C_OUT" -eq 0; then
DASH_N=
BACKSLASH_C= '\\\\c'
BACKSLASH_C='\\\\c'
else
{ echo "configure: error: "echo behaviour undetermined"" 1>&2; exit 1; }
fi

View File

@@ -82,7 +82,7 @@ if test "$ECHO_N_OUT" -eq 0; then
else
if test "ECHO_C_OUT" -eq 0; then
DASH_N=
BACKSLASH_C= '\\\\c'
BACKSLASH_C='\\\\c'
else
AC_MSG_ERROR("echo behaviour undetermined")
fi