Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 131913
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- isolated-functions.sh   2006-04-30 18:25:12.000000000 -0500
0
++ isolated-functions.sh.new   2006-05-01 09:36:57.000000000 -0500
Lines 16-22 Link Here
16
           return 1
16
           return 1
17
           ;;
17
           ;;
18
   esac
18
   esac
19
   echo "$*" >> ${T}/logging/${EBUILD_PHASE:-other}.${messagetype}
19
   echo -e "$*" >> ${T}/logging/${EBUILD_PHASE:-other}.${messagetype}
20
   return 0
20
   return 0
21
}
21
}

Return to bug 131913