repo.or.cz
/
void-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python-texttable: update to 1.3.1
[void-packages.git]
/
common
/
wrappers
/
date.sh
blob
89ea97f7ea920a596473e4c125d11fd3f5f5ee7b
1
#!/bin/sh
2
3
if
[
"
$SOURCE_DATE_EPOCH
"
];
then
4
post
=
"--utc --date @
$SOURCE_DATE_EPOCH
"
5
fi
6
exec
/
usr
/
bin
/
date
"$@"
$post