summaryrefslogtreecommitdiffstats
path: root/etc/MAKEDEV
diff options
context:
space:
mode:
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r--etc/MAKEDEV2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index d8d2274..89e42c9 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -831,7 +831,7 @@ acd*|cd*|mcd*|scd*)
scd*) units=`expr $i : '...\(.*\)'`; name=scd; chr=45;;
esac
if [ -z "${units}" -o "${units}" -le 0 ]; then
- units=1
+ units=0
fi
if [ "${units}" -le 31 ]; then
i=0
OpenPOWER on IntegriCloud