mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-17 12:46:27 +00:00
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:
@@ -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/* : :'
|
||||
|
||||
Reference in New Issue
Block a user