summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorGravatar klea2025-12-02 21:34:04 +0100
committerGravatar klea2025-12-02 21:34:04 +0100
commit7fbe69c0d77a7ed5adf18612ef6a6fcef0708f43 (patch)
tree2e7c6e54caf0251bc2338e2986f4a08c6d56f2cb /bin
parentenv: comment kleabot (diff)
signature
fossil-archive: fix ftime
Diffstat (limited to 'bin')
-rwxr-xr-xbin/fossil-archive2
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