Error in src/libes/gis/version.h in grass5.0b7

In src/libes/gis/ version.h reads...

<<<<<<< version.h
static char *VERSION_STRING = "@(#) GRASS 5.0beta6 (February 2000)";

static char *VERSION_STRING = "@(#) GRASS 5.0beta7 (February 2000)";

1.2

Oops, failed patch? Should read

static char *VERSION_STRING = "@(#) GRASS 5.0beta7 (February 2000)";

--
+----------------------------------------------------+
| Eric G. Miller egm2@jps.net |
| GnuPG public key: http://www.jps.net/egm2/gpg.asc |
+----------------------------------------------------+

Here's another one I came across compiling grass5.0b7 (cvs checkout).

In src/CMD/generic/MAKELINKS.sh

eval `$GMAKE` || exit 1
: ${$GISBASE?} ${SRC?} ${CMD?}

fails with:
src/CMD/generic/MAKELINKS.sh SRC command not found

Comparing to GISGEN.sh in the same directory I find this subtle difference:

eval `$GMAKE -sh` || exit 1
: ${GISBASE?} ${SRC?} ${CMD?}

Changing MAKELINKS.sh to the same makes the problem go away...

--
+----------------------------------------------------+
| Eric G. Miller egm2@jps.net |
| GnuPG public key: http://www.jps.net/egm2/gpg.asc |
+----------------------------------------------------+