summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.eu>2012-06-16 16:45:31 +0200
committerDiego Elio Pettenò <flameeyes@flameeyes.eu>2012-06-16 16:45:31 +0200
commitd0f247900d54cd07bed1621378d0528fbb52f73f (patch)
tree1123dca0b69303823c96b06c8b367640ffbe30ca
parentIf we have an automake failure, inline the log file, this way we don't have t... (diff)
downloadflameeyes-tinderbox-d0f247900d54cd07bed1621378d0528fbb52f73f.tar.gz
flameeyes-tinderbox-d0f247900d54cd07bed1621378d0528fbb52f73f.tar.bz2
flameeyes-tinderbox-d0f247900d54cd07bed1621378d0528fbb52f73f.zip
Fix typo.
-rwxr-xr-xbashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 6f1ed40..e9b6a13 100755
--- a/bashrc
+++ b/bashrc
@@ -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