qla2x00t, scripts: Introduce download_and_extract_kernel_tree()

This patch does not change any functionality.


git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8117 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2019-03-31 16:28:44 +00:00
parent d790fc4cb3
commit 0dceefe878
5 changed files with 7 additions and 10 deletions
+3
View File
@@ -421,3 +421,6 @@ EOF
rmdir "${tmpdir}"
}
function download_and_extract_kernel_tree {
download_kernel "$1" && extract_kernel_tree "$1"
}