]> git.lyx.org Git - features.git/commitdiff
Fix suffixes in build script.
authorRichard Heck <rgheck@lyx.org>
Sat, 7 Feb 2015 15:40:40 +0000 (10:40 -0500)
committerRichard Heck <rgheck@lyx.org>
Sat, 7 Feb 2015 15:40:40 +0000 (10:40 -0500)
development/tools/lyx-build

index 87e7aa04d9c7c973c456164bed65587e16699d15..f38482bd2165eb582dc85377dc11442865b7d4a7 100755 (executable)
@@ -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";