summaryrefslogtreecommitdiff
path: root/baserock-bootstrap
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-03-08 15:19:25 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-03-14 19:25:06 +0000
commit94fb22fb95d10341f4e8b24a10c55e7d541c7fd6 (patch)
tree29511c02761558799c1a9549ba17309b24c63cb0 /baserock-bootstrap
parentf9b80b637c78c447236c7a30dbb658a4d582b890 (diff)
downloadmorph-94fb22fb95d10341f4e8b24a10c55e7d541c7fd6.tar.gz
Measure the time it takes to unpack things.
Diffstat (limited to 'baserock-bootstrap')
-rwxr-xr-xbaserock-bootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/baserock-bootstrap b/baserock-bootstrap
index 271db8a9..21ef821f 100755
--- a/baserock-bootstrap
+++ b/baserock-bootstrap
@@ -57,7 +57,7 @@ unpack()
if [ ! -e "$sources/$1" ]
then
echo "Unpacking" "$sources/$1"*.tar.*
- tar -C "$sources" -xf "$sources/$1"*.tar.*
+ time tar -C "$sources" -xf "$sources/$1"*.tar.*
fi
}