diff options
author | David Krause <david@cvs.openbsd.org> | 2005-02-07 06:24:46 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2005-02-07 06:24:46 +0000 |
commit | c0b5058c5a60e2b5ec0a0e5bad1219f5c8e88e64 (patch) | |
tree | 1800cce27ec11d805ec20fc7b1aafb4b978263e5 /etc/etc.cats | |
parent | d0eb51ecb6856d81d97f7207ed26a138ff5cfb25 (diff) |
sync
Diffstat (limited to 'etc/etc.cats')
-rw-r--r-- | etc/etc.cats/MAKEDEV | 2 |
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} |