Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf707b53

Browse files
committed
fix escaping of brackets for m4 broken inb6b2149
1 parentf802c6d commitf707b53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎config/python.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if a == b:
4545
else:
4646
print(a + ' ' + b)"`
4747
if test "$PORTNAME" = win32 ; then
48-
python_includespec=`echo $python_includespec | sed 's,[\],/,g'`
48+
python_includespec=`echo $python_includespec | sed 's,[[\]],/,g'`
4949
fi
5050
AC_MSG_RESULT([$python_includespec])
5151

‎configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7488,7 +7488,7 @@ if a == b:
74887488
else:
74897489
print(a + ' ' + b)"`
74907490
iftest"$PORTNAME" = win32;then
7491-
python_includespec=`echo$python_includespec| sed's,\,/,g'`
7491+
python_includespec=`echo$python_includespec| sed's,[\],/,g'`
74927492
fi
74937493
{$as_echo"$as_me:${as_lineno-$LINENO}: result:$python_includespec">&5
74947494
$as_echo"$python_includespec">&6; }

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp