diff options
author | 2012-06-16 16:45:31 +0200 | |
---|---|---|
committer | 2012-06-16 16:45:31 +0200 | |
commit | d0f247900d54cd07bed1621378d0528fbb52f73f (patch) | |
tree | 1123dca0b69303823c96b06c8b367640ffbe30ca /bashrc | |
parent | If we have an automake failure, inline the log file, this way we don't have t... (diff) | |
download | flameeyes-tinderbox-d0f247900d54cd07bed1621378d0528fbb52f73f.tar.gz flameeyes-tinderbox-d0f247900d54cd07bed1621378d0528fbb52f73f.tar.bz2 flameeyes-tinderbox-d0f247900d54cd07bed1621378d0528fbb52f73f.zip |
Fix typo.
Diffstat (limited to 'bashrc')
-rwxr-xr-x | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ tinderbox_failed() { SANDBOX_ON=0 sed -i -e "\$a =${CATEGORY}/${PF}" /etc/portage/package.mask/currentrun # check if this is an automake failure and if so, get the whole log inlined - if grep -f -q "/temp/automake.out" "${PORTAGE_LOG_FILE}"; then + if fgrep -q "/temp/automake.out" "${PORTAGE_LOG_FILE}"; then cat "${T}"/automake.log fi |