summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/MAKEDEV')
-rwxr-xr-xsbin/MAKEDEV1
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/MAKEDEV b/sbin/MAKEDEV
index dfcae19..4a28ad3 100755
--- a/sbin/MAKEDEV
+++ b/sbin/MAKEDEV
@@ -309,7 +309,6 @@ cvt () {
}
get_arch() {
- local a=`uname -m`
case `uname -m` in
arm*) echo arm;;
i?86) echo i386;;