Browse Source

* removed lingering set -x at only_toolchain()

legacy/multilib
Alejandro Mery 18 years ago
parent
commit
e5e612072e
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      config.in

+ 0
- 2
config.in

@ -26,13 +26,11 @@ esac
only_toolchain() { only_toolchain() {
local pkgs="$*" local pkgs="$*"
set -x
if [ $# -gt 1 ]; then if [ $# -gt 1 ]; then
pkgs="${pkgs// /\|}" pkgs="${pkgs// /\|}"
elif [ $# -eq 1 ]; then elif [ $# -eq 1 ]; then
true true
fi fi
set +x
if [ "$pkgs" ]; then if [ "$pkgs" ]; then
pkgfilter sed -e "s,^\(.\) \(.\)[^ ]* \([^ ]*\) \([^ ]*\) \($pkgs\) ,\1 \2--------- \3 \4 \5 ," pkgfilter sed -e "s,^\(.\) \(.\)[^ ]* \([^ ]*\) \([^ ]*\) \($pkgs\) ,\1 \2--------- \3 \4 \5 ,"

Loading…
Cancel
Save