/[d-i]/trunk/installer/doc/manual/scripts/update_pot
ViewVC logotype

Diff of /trunk/installer/doc/manual/scripts/update_pot

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 26062 by fjpop-guest, Fri Mar 4 13:59:10 2005 UTC revision 26454 by jfs, Sun Mar 27 13:38:26 2005 UTC
# Line 10  if [ "$1" = "--help" ] ; then Line 10  if [ "$1" = "--help" ] ; then
10      exit 0      exit 0
11  fi  fi
12    
13    if [ -z "`which xml2pot 2>/dev/null`"  ] ; then
14       echo "ERR: xml2pot not found, please install the poxml package"
15       exit 1
16    fi
17    
18  BUILDDIR="./build"  BUILDDIR="./build"
19  if [ -z "$PO_USEBUILD" ] ; then  if [ -z "$PO_USEBUILD" ] ; then
20      WORKDIR="./integrated"      WORKDIR="./integrated"

Legend:
Removed from v.26062  
changed lines
  Added in v.26454

  ViewVC Help
Powered by ViewVC 1.1.5