remove commented piece of code
authorJehan-Guillaume (ioguix) de Rorthais <jgdr@dalibo.com>
Sun, 22 May 2011 02:34:55 +0000 (04:34 +0200)
committerJehan-Guillaume (ioguix) de Rorthais <jgdr@dalibo.com>
Sun, 22 May 2011 02:34:55 +0000 (04:34 +0200)
lang/lang2xml

index ebe405190eb76bde458330144419d884d3382fce..ab41ec305b21b82c1dc7acc48a8dc1140f78e87f 100755 (executable)
@@ -59,11 +59,6 @@ case $COMMAND in
                # find all translation files in the source tree
                TARGETS=$(ls *.php | grep -v translations.php)
                rec $TARGETS
-               # for f in $TARGETS
-               # do
-               #       DIRNAME=$(dirname $f)
-               #       rec $f "$DIRNAME/$DESTDIR"
-               # done
        ;;
        clean)
                # find all recoded translation files in the source tree
@@ -72,9 +67,5 @@ case $COMMAND in
        ;;
        *)
                rec $@
-               # for f in $@
-               # do
-               #       rec $f $DESTDIR
-               # done
        ;;
 esac