1
0
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:
niusmallnan
2018-11-08 16:10:23 +08:00
parent b5b5441ded
commit 12d4f9ee95
6 changed files with 35 additions and 35 deletions

View File

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