Protect a string concatenation in prempt_rt handling
This commit is contained in:
@@ -659,7 +659,7 @@ _tkg_srcprep() {
|
||||
|
||||
# PREEMPT_RT patch
|
||||
if [ "${_preempt_rt}" = "1" ]; then
|
||||
if [ ${_rt_subver_map[$_basekernel]+_} = "_" ]; then
|
||||
if [ "${_rt_subver_map[$_basekernel]+_}" = "_" ]; then
|
||||
preempt_rt_ksubver="${_rt_subver_map[$_basekernel]}"
|
||||
# Check if subversion is supported, skip check if forced
|
||||
if [ "${_preempt_rt_force}" = "1" ] || [ "${preempt_rt_ksubver}" = "${_sub}" ]; then
|
||||
|
Reference in New Issue
Block a user