From 845402ded9b351974480841077745037899ecdd3 Mon Sep 17 00:00:00 2001 From: Bill Peck Date: Wed, 22 May 2013 10:44:10 -0400 Subject: can't use the dot, different between rhel5 and 6 --- kernel/kernelinstall/runtest.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'kernel/kernelinstall') diff --git a/kernel/kernelinstall/runtest.sh b/kernel/kernelinstall/runtest.sh index 53f9267..21073ef 100755 --- a/kernel/kernelinstall/runtest.sh +++ b/kernel/kernelinstall/runtest.sh @@ -38,7 +38,7 @@ function RHTSAbort () { # Abort the rhts recipe if we are running the wrong kernel DeBug "Abort recipe" - #rhts-abort -t recipe + rhts-abort -t recipe } function SysReport () @@ -588,8 +588,6 @@ function CheckKernel () if [ "$KVAR" = "up" ]; then DeBug "KVAR=$KVAR" KVAR="" - else - KVAR=".$KVAR" fi DeBug "After KVER=$KVER KVAR=$KVAR" -- cgit