From 3f6d51fe5c632351ce0ddec1b4bc09f79d33a7fc Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 2 May 2000 16:01:45 +0000 Subject: fix old compatibility cruft --- rc.d/rc.sysinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index e7cf8a04..8ce4b240 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -253,7 +253,7 @@ rm -f /lib/modules/preferred rm -f /lib/modules/default if [ -x /sbin/depmod -a -n "$USEMODULES" ]; then # If they aren't using a recent sane kernel, make a link for them - if [ ! -n `uname -r | grep "-"` ]; then + if [ ! -n "`uname -r | grep "-"`" ]; then ktag="`cat /proc/version`" mtag=`grep -l "$ktag" /lib/modules/*/.rhkmvtag 2> /dev/null` if [ -n "$mtag" ]; then -- cgit v1.2.1