Remove unneeded perm check in cryptest-autotools.sh

This commit is contained in:
Jeffrey Walton 2019-05-01 10:45:11 -04:00
parent 4acdcc46d0
commit a5fe6fa6da
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -106,14 +106,6 @@ if ! autoreconf 2>/dev/null; then
fi
fi
# Sparc need +w
if [[ -e config.sub ]]; then
chmod +w config.sub
fi
if [[ -e config.guess ]]; then
chmod +w config.guess
fi
# Update config.sub config.guess. GNU recommends using the latest for all projects.
echo "Updating config.sub"
wget --no-check-certificate 'https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub' -O config.sub