From 1096405b0c0b65df1ec41050e0e027e84d6e111f Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Sat, 7 Feb 2015 10:40:40 -0500 Subject: [PATCH] Fix suffixes in build script. --- development/tools/lyx-build | 2 ++ 1 file changed, 2 insertions(+) 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"; -- 2.39.5