nightly build: Skip fcst for kernel versions 2.6.37 and 2.6.38

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4187 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2012-04-04 12:53:44 +00:00
parent 9e996918c2
commit 06a0643d73
+1 -1
View File
@@ -342,7 +342,7 @@ if [ "$include_proc_impl" != "true" ]; then
else
cat
fi | \
if [ "${include_fcst}" ]; then
if [ "${include_fcst}" -a "${kver}" != "2.6.37" -a "${kver}" != "2.6.38" ]; then
cat
else
sed -e 's: fcst/* : :'