From e5e612072e045f1e3610c0b8ba773024954403ac Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Mon, 10 Jul 2006 18:47:14 +0000 Subject: [PATCH] * removed lingering set -x at only_toolchain() --- config.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/config.in b/config.in index 98a65e5..dd8d84c 100644 --- a/config.in +++ b/config.in @@ -26,13 +26,11 @@ esac only_toolchain() { local pkgs="$*" - set -x if [ $# -gt 1 ]; then pkgs="${pkgs// /\|}" elif [ $# -eq 1 ]; then true fi - set +x if [ "$pkgs" ]; then pkgfilter sed -e "s,^\(.\) \(.\)[^ ]* \([^ ]*\) \([^ ]*\) \($pkgs\) ,\1 \2--------- \3 \4 \5 ,"