mirror of
https://github.com/google/cpu_features.git
synced 2025-07-01 13:21:13 +02:00
Update scripts, remove archive once unpacked
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user