From 3f31573ed57123dfdc811ce9011dcf47696984be Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 28 Oct 2014 10:15:58 +0100 Subject: [PATCH] xbps-src: align show options correctly. --- 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 da4c478f4fe..3464cebaddc 100644 --- a/common/xbps-src/shutils/show.sh +++ b/common/xbps-src/shutils/show.sh @@ -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: "