Init, adding corrade,magnum,magnum-plugins,magnum-integration,magnum-extras, and magnum-examples 2025.47_1
This commit is contained in:
6
common/wrappers/date.sh
Normal file
6
common/wrappers/date.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ "$SOURCE_DATE_EPOCH" ]; then
|
||||
post="--utc --date @$SOURCE_DATE_EPOCH"
|
||||
fi
|
||||
exec /usr/bin/date "$@" $post
|
||||
Reference in New Issue
Block a user