mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
Fix suffixes in build script.
This commit is contained in:
parent
09c086918a
commit
1096405b0c
@ -29,6 +29,8 @@ if [ "$LASTNUM" = "1" ]; then
|
||||
NUMFIX="st";
|
||||
elif [ "$LASTNUM" = "2" ]; then
|
||||
NUMFIX="nd";
|
||||
elif [ "$LASTNUM" = "3" ]; then
|
||||
NUMFIX="rd";
|
||||
fi
|
||||
NUM="$LASTNUM$NUMFIX";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user