diff options
author | ru <ru@FreeBSD.org> | 2006-04-18 12:37:44 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2006-04-18 12:37:44 +0000 |
commit | cf16df537c5c462e96af12c15c951da1fe36adce (patch) | |
tree | 616071bc8f1925603f1ef3a795bf2072f1ba22a0 /tools | |
parent | 7bf3da7b947729da6f641c22e1b32842d9574bac (diff) | |
download | FreeBSD-src-cf16df537c5c462e96af12c15c951da1fe36adce.zip FreeBSD-src-cf16df537c5c462e96af12c15c951da1fe36adce.tar.gz |
Fix an obvious bug.
Submitted by: Alex Lyashkov <umka@sevcity.net>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tools/nanobsd/FlashDevice.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/nanobsd/FlashDevice.sub b/tools/tools/nanobsd/FlashDevice.sub index 50a8b85..5d8a134 100644 --- a/tools/tools/nanobsd/FlashDevice.sub +++ b/tools/tools/nanobsd/FlashDevice.sub @@ -139,7 +139,7 @@ sub_FlashDevice () { esac ;; transcend) - case 2 in + case $2 in dom064m) NANO_MEDIASIZE=125184 NANO_HEADS=4 |