git hash wasn't being used on unix

This commit is contained in:
nhmall
2021-08-22 20:57:49 -04:00
parent 96d095d08d
commit 81cfb5c99c

View File

@@ -25,7 +25,6 @@ getversionstring(char *buf)
{
Strcpy(buf, nomakedefs.version_id);
#if defined(RUNTIME_PORT_ID)
{
int c = 0;
#if defined(RUNTIME_PORT_ID)
@@ -61,7 +60,6 @@ getversionstring(char *buf)
Snprintf(eos(buf), (sizeof buf - strlen(buf)) - 1,
"%s", ".");
}
#endif /* RUNTIME_PORT_ID */
return buf;
}