summaryrefslogtreecommitdiff
path: root/etc/etc.cats/MAKEDEV
diff options
context:
space:
mode:
Diffstat (limited to 'etc/etc.cats/MAKEDEV')
-rw-r--r--etc/etc.cats/MAKEDEV2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/etc.cats/MAKEDEV b/etc/etc.cats/MAKEDEV
index 4963e5343fe..feed3236cbf 100644
--- a/etc/etc.cats/MAKEDEV
+++ b/etc/etc.cats/MAKEDEV
@@ -100,7 +100,7 @@ hex()
alph2d()
{
- local t="$1"
+ local t="$1"
local p="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
local sub=${p%${t}*}
echo ${#sub}