From 566050b6106db170364db03ce318c82ef677fdf7 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 12 Jun 2010 05:54:14 +0000 Subject: [PATCH] Obtain fcst in-tree kernel patch filenames from fcst/linux-patches/series-2.6.33-rc8. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1763 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scripts/generate-kernel-patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/generate-kernel-patch b/scripts/generate-kernel-patch index 50f748d84..5dcf352cf 100755 --- a/scripts/generate-kernel-patch +++ b/scripts/generate-kernel-patch @@ -355,9 +355,9 @@ done # Directory drivers/scst/fcst/ { - for f in $(ls fcst/linux-patches/[0-9]*) + for f in $(grep -v '^#' fcst/linux-patches/series-2.6.33-rc8) do - cat "${f}" + cat "fcst/linux-patches/${f}" done add_file "fcst/Makefile_in-tree" \