regtest: Another update because of the kernel.org directory structure changes

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3927 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2011-11-16 19:49:44 +00:00
parent 57193ecabc
commit 1deb603ee6
+1 -1
View File
@@ -292,7 +292,7 @@ function download_kernel {
|| return $?
if [ "${plevel}" != "" ]; then
download_file "${kernel_mirror}/v$series/patch-$1.bz2" \
|| download_file "${kernel_longterm}/v$series/longterm/v$kver/patch-$1.bz2" \
|| download_file "${kernel_longterm}/longterm/patch-$1.bz2" \
|| return $?
fi
)