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