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:
Bart Van Assche
2009-10-15 07:48:39 +00:00
parent c821d226f3
commit c0cc23e7f8

View File

@@ -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