[Fusionforge-commits] r11048 - trunk/tools

Marc-Etienne VARGENAU vargenau at libremir.placard.fr.eu.org
Mon Oct 18 19:02:27 CEST 2010


Author: vargenau
Date: 2010-10-18 19:02:27 +0200 (Mon, 18 Oct 2010)
New Revision: 11048

Modified:
   trunk/tools/update-gettext-files.sh
Log:
gforge --> src

Modified: trunk/tools/update-gettext-files.sh
===================================================================
--- trunk/tools/update-gettext-files.sh	2010-10-18 16:39:33 UTC (rev 11047)
+++ trunk/tools/update-gettext-files.sh	2010-10-18 17:02:27 UTC (rev 11048)
@@ -1,16 +1,14 @@
-#! /bin/sh
-
-if [ -e gforge/translations/gforge.pot ] ; then        # We're in the parent dir
-    cd gforge
-elif [ -e ../gforge/translations/gforge.pot ] ; then   # We're in tools/ or gforge/
-    cd ../gforge
-elif [ -e ../translations/gforge.pot ] ; then          # In a subdir of gforge
+#!/bin/sh
+if [ -e src/translations/gforge.pot ] ; then        # We're in the parent dir
+    cd src
+elif [ -e ../src/translations/gforge.pot ] ; then   # We're in tools/ or src/
+    cd ../src
+elif [ -e ../translations/gforge.pot ] ; then       # In a subdir of src/
     cd ..
 else
     echo "Couldn't find translations directory..."
     exit 1
 fi
-
 if [ "$1" = --stats ] ; then
     utils/manage-translations.sh stats
 else




More information about the Fusionforge-commits mailing list