xbps-src: indent enabled build options correctly too.
This commit is contained in:
parent
7d4ba8fe11
commit
cc45da3f6d
|
@ -70,7 +70,7 @@ show_pkg_build_options() {
|
|||
if [[ ${f:0:1} == '~' ]]; then
|
||||
echo " $opt: $desc (OFF)"
|
||||
else
|
||||
printf " "
|
||||
printf " "
|
||||
msg_normal_append "$opt: "
|
||||
printf "$desc (ON)\n"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue