From: Richard Heck Date: Sat, 7 Feb 2015 15:40:40 +0000 (-0500) Subject: Fix suffixes in build script. X-Git-Tag: 2.1.4~242^2~2 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=1096405b0c0b65df1ec41050e0e027e84d6e111f;p=features.git Fix suffixes in build script. --- diff --git a/development/tools/lyx-build b/development/tools/lyx-build index 87e7aa04d9..f38482bd21 100755 --- a/development/tools/lyx-build +++ b/development/tools/lyx-build @@ -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";