Fix typo (missing $ in )

This commit is contained in:
Guido van Rossum 1997-03-20 20:46:29 +00:00
parent 4d81984011
commit bcd91e07d1

View File

@ -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