mirror of https://github.com/python/cpython
Fix typo in configure (GH-26078)
This commit is contained in:
parent
366c69f3f6
commit
3c0b070f3b
|
@ -10331,7 +10331,7 @@ fi
|
||||||
|
|
||||||
|
|
||||||
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