mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
Fixed typo.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1220 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user