aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>1999-02-26 02:16:57 +0000
committerBill Nottingham <notting@redhat.com>1999-02-26 02:16:57 +0000
commit4c70b715e7a068881cedb80a086fd90946021b69 (patch)
tree0a0100d7805db72d79bbf348f68836e06e01863a
parent531e079dfcc1771ee3d58eeda29f8a62b483911f (diff)
downloadinitscripts-4c70b715e7a068881cedb80a086fd90946021b69.tar
initscripts-4c70b715e7a068881cedb80a086fd90946021b69.tar.gz
initscripts-4c70b715e7a068881cedb80a086fd90946021b69.tar.bz2
initscripts-4c70b715e7a068881cedb80a086fd90946021b69.tar.xz
initscripts-4c70b715e7a068881cedb80a086fd90946021b69.zip
i can't type
-rwxr-xr-xrc.d/rc.sysinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit
index 78788485..e15682f2 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -127,7 +127,7 @@ fi
rm -f /lib/modules/preferred
if [ -x /sbin/depmod -a -n "$USEMODULES" ]; then
# Get ready for kerneld/kmod if module support in the kernel
- if [ -z `uname -r | grep "-"`]; then
+ if [ -z `uname -r | grep "-"` ]; then
# we're using a new kernel, no preferred needed
mver=`uname -r`
else