From a6b0c914b84b4133f14896eccf0721618819e1ee Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 3 Aug 2010 15:32:42 +0000 Subject: [PATCH] Pick the proper fcst patch series file. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1915 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scripts/generate-kernel-patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generate-kernel-patch b/scripts/generate-kernel-patch index 5dcf352cf..aad5c07c2 100755 --- a/scripts/generate-kernel-patch +++ b/scripts/generate-kernel-patch @@ -355,7 +355,7 @@ done # Directory drivers/scst/fcst/ { - for f in $(grep -v '^#' fcst/linux-patches/series-2.6.33-rc8) + for f in $(grep -v '^#' fcst/linux-patches/series-${kernel_version}*) do cat "fcst/linux-patches/${f}" done