=== modified file 'functions/fsb_gentoo_set_gcc' --- functions/fsb_gentoo_set_gcc 2013-05-29 10:46:20 +0000 +++ functions/fsb_gentoo_set_gcc 2013-05-29 10:41:16 +0000 @@ -1,4 +1,4 @@ $build_dir/chroot.sh /bin/bash -l -c ' eval "$(emerge --info | grep "^CHOST=")" -gcc-config $(gcc-config -l | gawk "\$2 ~ /$CHOST-[.0-9]*'$1'$/{print \$2}" | sort -r | head -1) +gcc-config -l | gawk "\$2 ~ /$CHOST-[.0-9]*'$1'$/{print \$2}" | sort -r | head -1 '