mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
When copy+paste goes wrong... Remove duplicate "expr".
Submitted by: danfe@
This commit is contained in:
parent
ead1d027bd
commit
8386483cd0
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue