summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2022-08-18 01:12:13 -0600
committerLuke Shumaker <lukeshu@lukeshu.com>2022-08-18 01:55:55 -0600
commitee0d8981e501c86774f3ec45466d3273464921e8 (patch)
tree4ae03e4ee5293ca99e7fc9bd8393d810766d90b0 /scripts
parent286db83409b56de7b0ac3a74709018c01de43f44 (diff)
Get inspect-scandevices to a decent-ish place
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")
)