From: Richard Heck Date: Mon, 2 Jul 2012 21:36:51 +0000 (-0400) Subject: Fix diff order in script. X-Git-Tag: 2.0.5~114 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=e2862c3850062123b069773925d24b35f2cb3ce6;p=features.git Fix diff order in script. --- diff --git a/development/tools/update-po.sh b/development/tools/update-po.sh index 82a692e247..78c49b734f 100644 --- a/development/tools/update-po.sh +++ b/development/tools/update-po.sh @@ -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