mirror of
https://github.com/python/cpython.git
synced 2024-11-24 02:15:30 +08:00
Fix typo (missing $ in )
This commit is contained in:
parent
4d81984011
commit
bcd91e07d1
@ -45,7 +45,7 @@ then
|
||||
tr -d '[/ ]' | sed 's/\..*//'`
|
||||
MACHDEP="$ac_md_system$ac_md_release"
|
||||
|
||||
case MACHDEP in
|
||||
case $MACHDEP in
|
||||
'') MACHDEP=unknown;;
|
||||
esac
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user