fix: change scope of _lp_jolly_make_env_inline_right
Make it visible outside of _lp_dotmatrix_make_env, as its left counterpart.
This commit is contained in:
parent
0c92a648ce
commit
afc9e26765
1 changed files with 1 additions and 1 deletions
|
|
@ -485,7 +485,7 @@ _lp_jolly_make_env() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# History section.
|
# History section.
|
||||||
local _lp_jolly_make_env_inline_right=
|
_lp_jolly_make_env_inline_right=
|
||||||
if _lp_os; then
|
if _lp_os; then
|
||||||
_lp_join "$I" ${lp_os_arch} ${lp_os_family} ${lp_os_kernel} ${lp_os_distrib} ${lp_os_version}
|
_lp_join "$I" ${lp_os_arch} ${lp_os_family} ${lp_os_kernel} ${lp_os_distrib} ${lp_os_version}
|
||||||
_lp_jolly_make_env_inline_right+="$d${lp_join}$b"
|
_lp_jolly_make_env_inline_right+="$d${lp_join}$b"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue