xbps-src: indent enabled build options correctly too.

This commit is contained in:
Juan RP 2014-10-30 07:09:33 +01:00
parent 7d4ba8fe11
commit cc45da3f6d
1 changed files with 1 additions and 1 deletions

View File

@ -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