When copy+paste goes wrong... Remove duplicate "expr".

Submitted by:	danfe@
This commit is contained in:
Edwin Groothuis 2009-06-17 06:25:45 +00:00
parent ead1d027bd
commit 8386483cd0

View file

@ -72,7 +72,7 @@ sub_FlashDevice () {
# Source: mwlucas@FreeBSD.org
case $a2 in
64|64mb)
NANO_MEDIASIZE=`expr expr 64487424 / 512`
NANO_MEDIASIZE=`expr 64487424 / 512`
NANO_HEADS=4
NANO_SECTS=32
;;