1
0
mirror of https://github.com/google/cpu_features.git synced 2025-04-27 15:12:30 +02:00

Update scripts, remove archive once unpacked

This commit is contained in:
Guillaume Chatelet 2019-01-18 11:48:06 +01:00
parent faacb00bb8
commit 89ec4b0744

View File

@ -27,6 +27,7 @@ function unpackifnotexists() {
local ARCHIVE_NAME=$(echo ${URL} | sed 's/.*\///')
test -f "${ARCHIVE_NAME}" || wget -q "${URL}"
extract "${ARCHIVE_NAME}"
rm -f "${ARCHIVE_NAME}"
fi
}