summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/main.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/main.sh b/scripts/main.sh
index cc03e9f..f357754 100755
--- a/scripts/main.sh
+++ b/scripts/main.sh
@@ -7,7 +7,7 @@ gen() (
if test -s "$tgt"; then
return
fi
- { set -x; time "$@"; } \
+ { set -x; command time --verbose "$@"; } \
>"$tgt" \
2> >(tee >&2 "$log")
)