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#\~}"
|
||||
eval desc="\${desc_option_${opt}}"
|
||||
if [[ ${f:0:1} == '~' ]]; then
|
||||
echo " $opt: $desc (OFF)"
|
||||
echo " $opt: $desc (OFF)"
|
||||
else
|
||||
printf " "
|
||||
msg_normal_append "$opt: "
|
||||
|
|
Loading…
Reference in a new issue