Browse Source
Use BSD-compatible arguments for date in man/fill_template
pull/932/head
Nicholas D Steeves
1 year ago
No known key found for this signature in database
GPG Key ID: 5A8830475F7D1061
1 changed files with
1 additions and
1 deletions
-
man/fill_template
|
|
@@ -1,6 +1,6 @@ |
|
|
|
#!/bin/sh |
|
|
|
d="" |
|
|
|
[ -z "$SOURCE_DATE_EPOCH" ] || d="--utc --date=@$SOURCE_DATE_EPOCH" |
|
|
|
[ -z "$SOURCE_DATE_EPOCH" ] || d="-u --date=@$SOURCE_DATE_EPOCH" |
|
|
|
|
|
|
|
if [ "$2" = "True" ]; then |
|
|
|
for i in *.0 ; do |
|
|
|