From cc45da3f6d2c1520b172314f7bc784e6af74f666 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 30 Oct 2014 07:09:33 +0100 Subject: [PATCH] xbps-src: indent enabled build options correctly too. --- common/xbps-src/shutils/show.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/xbps-src/shutils/show.sh b/common/xbps-src/shutils/show.sh index 3464cebaddc..e2bb4519d88 100644 --- a/common/xbps-src/shutils/show.sh +++ b/common/xbps-src/shutils/show.sh @@ -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