#!/bin/bash
set +h
set -e

chown -R root:root $LFS/tools
echo -e "\n\nTotalseconds: $SECONDS\n"
exit
