summaryrefslogtreecommitdiff
path: root/l10ntools/source/gDiff.sh
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/source/gDiff.sh')
-rwxr-xr-xl10ntools/source/gDiff.sh9
1 files changed, 8 insertions, 1 deletions
diff --git a/l10ntools/source/gDiff.sh b/l10ntools/source/gDiff.sh
index 56c0dbd4e0e2..f54060284535 100755
--- a/l10ntools/source/gDiff.sh
+++ b/l10ntools/source/gDiff.sh
@@ -1,6 +1,13 @@
#!/bin/bash
-cd workdir/jan
+cd workdir/pot
+find . > /tmp/jix1
+cd ../jan
+find . > /tmp/jix2
+
+echo ">>>>> FILELIST DIFF >>>"
+diff /tmp/jix1 /tmp/jix2
+
for i in `find . -name \*.pot`
do
echo ">>>>>>>> " $i