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

Submitted by:	danfe@
This commit is contained in:
edwin 2009-06-17 06:25:45 +00:00
parent cb610fa25d
commit f07852f8b5

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