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

(-)shell/log4sh.orig (-1 / +1 lines)
Lines 357-363 Link Here
357
{
357
{
358
  _file=$1
358
  _file=$1
359
359
360
  _tmpFile="/tmp/log4sh.$$"
360
  _tmpFile=`mktemp /tmp/log4sh.XXXXXX` 
361
  grep "^log4sh\." $_file >$_tmpFile
361
  grep "^log4sh\." $_file >$_tmpFile
362
  _rp_count=`wc -l $_tmpFile |awk '{print $1}'`
362
  _rp_count=`wc -l $_tmpFile |awk '{print $1}'`
363
  _rp_i=1
363
  _rp_i=1

Return to bug 94069