From c0cc23e7f8769dbf2a47e8e7cf1c2c9082d85600 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 15 Oct 2009 07:48:39 +0000 Subject: [PATCH] Fixed typo. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1220 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scripts/run-regression-tests | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/run-regression-tests b/scripts/run-regression-tests index 5dd7bb9fc..d4fd264dd 100755 --- a/scripts/run-regression-tests +++ b/scripts/run-regression-tests @@ -586,9 +586,7 @@ do download_kernel $k || continue generate_kernel_patch $k || continue test_if_patch_applies_cleanly $k || continue - if [ "${first_iteration}" = "true" \ - -o "${kernel_version#2.6.26}" != "${kernel_version}" ] - then + if [ "${first_iteration}" = "true" -o "${k#2.6.26}" != "$k" ]; then first_iteration="false" run_checkpatch $k patch_and_configure_kernel $k