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.sparc64 | |
parent | d0eb51ecb6856d81d97f7207ed26a138ff5cfb25 (diff) |
sync
Diffstat (limited to 'etc/etc.sparc64')
-rw-r--r-- | etc/etc.sparc64/MAKEDEV | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/etc.sparc64/MAKEDEV b/etc/etc.sparc64/MAKEDEV index 3c087630c0e..776b02a5685 100644 --- a/etc/etc.sparc64/MAKEDEV +++ b/etc/etc.sparc64/MAKEDEV @@ -114,7 +114,7 @@ hex() alph2d() { - local t="$1" + local t="$1" local p="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" local sub=${p%${t}*} echo ${#sub} |