b4f0bcce13
Fix one case where #else was not corerctly processed and simplify the conditions logic. Fix parsing of day and month names in the locale specified in the calendar file. The previous version would expect those names to match the locale of the user. Mention that comments are now correctly processed and that // is supported in addition to /* ... */. MFC after: 3 days
7 lines
120 B
Bash
Executable File
7 lines
120 B
Bash
Executable File
#!/bin/sh
|
|
# $FreeBSD$
|
|
|
|
SRCDIR="$(dirname "${0}")"; export SRCDIR
|
|
|
|
m4 "${SRCDIR}/../regress.m4" "${SRCDIR}/cond.sh" | sh
|