vp-build/common/wrappers/date.sh

7 lines
111 B
Bash
Raw Normal View History

#!/bin/sh
if [ "$SOURCE_DATE_EPOCH" ]; then
post="--date @$SOURCE_DATE_EPOCH"
fi
exec /usr/bin/date $@ $post