From d0f247900d54cd07bed1621378d0528fbb52f73f Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Sat, 16 Jun 2012 16:45:31 +0200 Subject: Fix typo. --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bashrc') 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 -- cgit v1.2.3-65-gdbad