aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2009-06-17 06:25:45 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2009-06-17 06:25:45 +0000
commit8386483cd0346552afbb3c6100aa5d03f5dd034b (patch)
tree6193da79c7db15d22016787d7080d15169074397 /tools
parentead1d027bd75652615e4a07c7007ad891fb47e76 (diff)
Notes
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/nanobsd/FlashDevice.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/nanobsd/FlashDevice.sub b/tools/tools/nanobsd/FlashDevice.sub
index 15528528411b..ce9095097e82 100644
--- a/tools/tools/nanobsd/FlashDevice.sub
+++ b/tools/tools/nanobsd/FlashDevice.sub
@@ -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
;;