mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-12 03:23:12 +00:00
Fix diff order in script.
This commit is contained in:
parent
5ecacf5143
commit
e2862c3850
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user