By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1194
Collapse All | Expand All

(-)kftpgrabber-0.8.0~beta2/admin/cvs.sh (-1 / +2 lines)
Lines 537-542 Link Here
537
if test -z "$PREPARETIPS"; then PREPARETIPS=preparetips ; fi
537
if test -z "$PREPARETIPS"; then PREPARETIPS=preparetips ; fi
538
export EXTRACTRC PREPARETIPS
538
export EXTRACTRC PREPARETIPS
539
539
540
kdepotpath=/usr/include/kde/kde.pot
541
540
for subdir in $dirs; do
542
for subdir in $dirs; do
541
  test -z "$VERBOSE" || echo "Making messages in $subdir"
543
  test -z "$VERBOSE" || echo "Making messages in $subdir"
542
  (cd $subdir
544
  (cd $subdir
Lines 554-560 Link Here
554
   fi
556
   fi
555
   perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
557
   perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
556
558
557
   kdepotpath=${includedir:-`kde-config --expandvars --install include`}/kde.pot
558
   if ! test -f $kdepotpath; then
559
   if ! test -f $kdepotpath; then
559
	kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
560
	kdepotpath=`kde-config --expandvars --prefix`/include/kde.pot
560
   fi
561
   fi

Return to bug 1194