mirror of
https://github.com/postgres/postgres.git
synced 2025-06-04 12:42:24 +03:00
fix escaping of brackets for m4 broken in b6b2149e48aa61981ae0199c963d5145a37c258c
This commit is contained in:
parent
f802c6ddba
commit
f707b53449
@ -45,7 +45,7 @@ if a == b:
|
|||||||
else:
|
else:
|
||||||
print(a + ' ' + b)"`
|
print(a + ' ' + b)"`
|
||||||
if test "$PORTNAME" = win32 ; then
|
if test "$PORTNAME" = win32 ; then
|
||||||
python_includespec=`echo $python_includespec | sed 's,[\],/,g'`
|
python_includespec=`echo $python_includespec | sed 's,[[\]],/,g'`
|
||||||
fi
|
fi
|
||||||
AC_MSG_RESULT([$python_includespec])
|
AC_MSG_RESULT([$python_includespec])
|
||||||
|
|
||||||
|
2
configure
vendored
2
configure
vendored
@ -7488,7 +7488,7 @@ if a == b:
|
|||||||
else:
|
else:
|
||||||
print(a + ' ' + b)"`
|
print(a + ' ' + b)"`
|
||||||
if test "$PORTNAME" = win32 ; then
|
if test "$PORTNAME" = win32 ; then
|
||||||
python_includespec=`echo $python_includespec | sed 's,\,/,g'`
|
python_includespec=`echo $python_includespec | sed 's,[\],/,g'`
|
||||||
fi
|
fi
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $python_includespec" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $python_includespec" >&5
|
||||||
$as_echo "$python_includespec" >&6; }
|
$as_echo "$python_includespec" >&6; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user