~ubuntu-branches/ubuntu/precise/gst-plugins-bad0.10/precise-proposed

« back to all changes in this revision

Viewing changes to common/download-translations

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-05-12 09:51:24 UTC
  • mto: (18.3.2 experimental) (1.3.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 31.
  • Revision ID: james.westby@ubuntu.com-20090512095124-ugy051q0n88kk9f8
Tags: upstream-0.10.11.2
Import upstream version 0.10.11.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
  if wget -q -nc -O $PO_FILENAME $PO_URL; then
67
67
    if [ -f "po/$d.po" ]; then
68
68
      # ./po/foo.po exists, so let's check if ours matches the latest from the
69
 
      # translation project website 
 
69
      # translation project website
70
70
      if diff $PO_FILENAME "po/$d.po" >/dev/null; then
71
71
        echo "$d.po: up-to-date"
72
72
        rm -f $PO_FILENAME