mirror of
https://github.com/rancher/os-kernel.git
synced 2025-09-03 05:44:17 +00:00
Fix script format
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
set -e
|
||||
|
||||
if [[ "$KERNEL_TAG" == "" ]]; then
|
||||
echo "ERROR: Please set the KERNEL_TAG (the mainline KERNEL version is also the git tag) you're building"
|
||||
echo " e.g., KERNEL_TAG=4.9.10 make release"
|
||||
exit 1
|
||||
echo "ERROR: Please set the KERNEL_TAG (the mainline KERNEL version is also the git tag) you're building"
|
||||
echo " e.g., KERNEL_TAG=4.9.10 make release"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
: ${ARTIFACTS:=$(pwd)/assets}
|
||||
|
Reference in New Issue
Block a user