Commit 54266dd7 authored by Alessandro Rubini's avatar Alessandro Rubini Committed by Federico Vaga

build: remove temporary files

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent dd98bc96
......@@ -15,7 +15,6 @@ wrs_echo "--- Downloading all files"
# download all files
DLLIST=${WRS_BASE_DIR}/download-info
T=$(mktemp /tmp/wrs-download-XXXXXX)
# ok, this duplicates the loop in wrs_download itself....
grep -v '^#' $DLLIST | grep -v '^[ ]*$' | \
......
......@@ -125,6 +125,7 @@ wrs_download () {
break
done
. $T
rm -f $T
mkdir -p ${WRS_DOWNLOAD_DIR} || wrs_die "mkdir ${WRS_DOWNLOAD_DIR}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment