mirror of
https://github.com/SCST-project/scst.git
synced 2026-09-19 22:44:24 +00:00
scripts: Merge r8007:8277 from trunk
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.3.x@8281 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -42,9 +42,7 @@ target="linux-$1"
|
||||
kernel_version="$(kernel_version "$1")"
|
||||
patchlevel="$(patchlevel "$1")"
|
||||
|
||||
download_kernel "$1" || exit $?
|
||||
|
||||
extract_kernel_tree "$1" || exit $?
|
||||
download_and_extract_kernel_tree "$1" || exit $?
|
||||
|
||||
cd "${target}" || exit $?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user