download-translations: Apparently I have problems with leaving things commented out...
authorJan Schmidt <thaytan@mad.scientist.com>
Mon, 14 Jan 2008 21:58:29 +0000 (21:58 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Mon, 14 Jan 2008 21:58:29 +0000 (21:58 +0000)
Original commit message from CVS:
* download-translations:
Apparently I have problems with leaving things commented out when
I edit shell scripts.

ChangeLog
download-translations

index 377f841..0a7acd9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
+
+       * download-translations:
+       Apparently I have problems with leaving things commented out when
+       I edit shell scripts.
+
 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
 
        * download-translations:
index b1081d6..0c48997 100755 (executable)
@@ -79,7 +79,7 @@ do
       # ./po/foo.po doesn't exist, but foo.po exists on the translation project
       # website, so it's probably a new translation
       echo "$d.po: new language"
-      mv $PO_FILENAME "po/$d.po"
+      mv $PO_FILENAME "po/$d.po"
       DOMAINS_UPDATED="$DOMAINS_UPDATED $d"
       DOMAINS_TO_ADD="$DOMAINS_TO_ADD $d"
     fi