xbps-src: align show options correctly.

This commit is contained in:
Juan RP 2014-10-28 10:15:58 +01:00
parent 341f949fcd
commit 3f31573ed5
1 changed files with 1 additions and 1 deletions

View File

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