When copy+paste goes wrong... Remove duplicate "expr".
Submitted by: danfe@
This commit is contained in:
parent
cb610fa25d
commit
f07852f8b5
@ -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
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user