2024-06-11 20:26:44 +08:00
|
|
|
#!/bin/bash --norc
|
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
|
|
|
|
# shellcheck source=./lib-version.sh
|
|
|
|
. "$(dirname "$(realpath "$0")")/lib-version.sh"
|
|
|
|
|
|
|
|
prepare_next_sub_kernel_ver "$@"
|
|
|
|
|
2024-06-12 13:13:20 +08:00
|
|
|
echo "$KERNEL_UNAMER_BASE"
|