summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-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