mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 21:01:24 -05:00
native and foreign architectures and comparing products).
They eliminate most of the differences caused by different
object directory paths, timestamping, and identification.
(Note WORLDTMP was renamed to ${OBJTREE}${.CURDIR}/tmp.)
6 lines
51 B
Bash
6 lines
51 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
exec /bin/date -r0 "$@"
|