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