python-texttable: update to 1.3.1
[void-packages.git] / common / wrappers / date.sh
blob89ea97f7ea920a596473e4c125d11fd3f5f5ee7b
1 #!/bin/sh
3 if [ "$SOURCE_DATE_EPOCH" ]; then
4 post="--utc --date @$SOURCE_DATE_EPOCH"
5 fi
6 exec /usr/bin/date "$@" $post