xbps-src: align show options correctly.
This commit is contained in:
parent
341f949fcd
commit
3f31573ed5
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ show_pkg_build_options() {
|
||||||
opt="${f#\~}"
|
opt="${f#\~}"
|
||||||
eval desc="\${desc_option_${opt}}"
|
eval desc="\${desc_option_${opt}}"
|
||||||
if [[ ${f:0:1} == '~' ]]; then
|
if [[ ${f:0:1} == '~' ]]; then
|
||||||
echo " $opt: $desc (OFF)"
|
echo " $opt: $desc (OFF)"
|
||||||
else
|
else
|
||||||
printf " "
|
printf " "
|
||||||
msg_normal_append "$opt: "
|
msg_normal_append "$opt: "
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue