]> git.lyx.org Git - features.git/commitdiff
Fix diff order in script.
authorRichard Heck <rgheck@lyx.org>
Mon, 2 Jul 2012 21:36:51 +0000 (17:36 -0400)
committerRichard Heck <rgheck@lyx.org>
Mon, 2 Jul 2012 21:36:51 +0000 (17:36 -0400)
development/tools/update-po.sh

index 82a692e2472a42362082e60d679b7efb471b6ff1..78c49b734f5b08d2bef9ffcd09fcf50f3f0276bf 100644 (file)
@@ -97,7 +97,7 @@ fi
 # So there are differences.
 if [ -z "$COMMIT" ]; then
   echo "Differences found!";
-  diff -w $I18NFILE $FARM/$I18NFILE | less;
+  diff -wu $FARM/$I18NFILE $I18NFILE | less;
   git checkout *.po;
   exit 0;
 fi