mirror of https://github.com/python/cpython
Fix typo for configure.ac (GH-26305)
This commit is contained in:
parent
604cd71e50
commit
a9e43615c2
|
@ -2973,7 +2973,7 @@ esac
|
||||||
[AC_MSG_RESULT(default)])
|
[AC_MSG_RESULT(default)])
|
||||||
|
|
||||||
validate_tzpath() {
|
validate_tzpath() {
|
||||||
# Checks that each element of hte path is an absolute path
|
# Checks that each element of the path is an absolute path
|
||||||
if test -z "$1"; then
|
if test -z "$1"; then
|
||||||
# Empty string is allowed: it indicates no system TZPATH
|
# Empty string is allowed: it indicates no system TZPATH
|
||||||
return 0
|
return 0
|
||||||
|
|
Loading…
Reference in New Issue