diff options
| author | Simon L. B. Nielsen <simon@FreeBSD.org> | 2006-03-26 17:17:10 +0000 |
|---|---|---|
| committer | Simon L. B. Nielsen <simon@FreeBSD.org> | 2006-03-26 17:17:10 +0000 |
| commit | f4aac5a410883ce4ac022962126c2742345ce9f2 (patch) | |
| tree | 051c134a2292728251e5bbfbd74dc055e8f75a95 /tools | |
| parent | 94fdcc2ee87f7b233679c5216fe8736b26caacc8 (diff) | |
Notes
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/tools/nanobsd/FlashDevice.sub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tools/nanobsd/FlashDevice.sub b/tools/tools/nanobsd/FlashDevice.sub index 003a7c1d0391..50a8b85493f0 100644 --- a/tools/tools/nanobsd/FlashDevice.sub +++ b/tools/tools/nanobsd/FlashDevice.sub @@ -38,8 +38,8 @@ sub_FlashDevice () { - a1=`echo $1 | tr '[A-Z]' '[a-z]'` - a2=`echo $2 | tr '[A-Z]' '[a-z]'` + a1=`echo $1 | tr '[:upper:]' '[:lower:]'` + a2=`echo $2 | tr '[:upper:]' '[:lower:]'` case $a1 in integral) # Source: mich@FreeBSD.org |
