summaryrefslogtreecommitdiff
path: root/baserock-bootstrap
diff options
context:
space:
mode:
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
}