Fix typo (missing $ in )
This commit is contained in:
parent
4d81984011
commit
bcd91e07d1
@ -45,7 +45,7 @@ then
|
|||||||
tr -d '[/ ]' | sed 's/\..*//'`
|
tr -d '[/ ]' | sed 's/\..*//'`
|
||||||
MACHDEP="$ac_md_system$ac_md_release"
|
MACHDEP="$ac_md_system$ac_md_release"
|
||||||
|
|
||||||
case MACHDEP in
|
case $MACHDEP in
|
||||||
'') MACHDEP=unknown;;
|
'') MACHDEP=unknown;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user