diff options
| author | 2025-12-02 21:34:04 +0100 | |
|---|---|---|
| committer | 2025-12-02 21:34:04 +0100 | |
| commit | 7fbe69c0d77a7ed5adf18612ef6a6fcef0708f43 (patch) | |
| tree | 2e7c6e54caf0251bc2338e2986f4a08c6d56f2cb /bin | |
| parent | env: comment kleabot (diff) | |
| signature | ||
fossil-archive: fix ftime
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/fossil-archive | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fossil-archive b/bin/fossil-archive index af4ec73..a2dd45e 100755 --- a/bin/fossil-archive +++ b/bin/fossil-archive @@ -10,7 +10,7 @@ readonly mepath="$(readlink -m $(dirname $0)/..)" starttime="$(date +%s)" ddate() { date -u "-d@$starttime" "$1"; } -ftime() { faketime -f "$(date -u -d@1 '+%Y-%m-%d %H:%M:%SZ') x0" "$@" } +ftime() { faketime -f "$(date -u -d@1 '+%Y-%m-%d %H:%M:%SZ') x0" "$@"; } base_dir="$1"; shift base_url="$1"; shift |
