Fix suffixes in build script.

This commit is contained in:
Richard Heck 2015-02-07 10:40:40 -05:00
parent 09c086918a
commit 1096405b0c

View File

@ -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";