2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 01:49:11 +00:00

Minor cleanup (#110)

* fix trivial shell script issues
* remove trailing whitespace
This commit is contained in:
a1346054 2021-08-19 15:48:01 +00:00 committed by GitHub
parent 1c52c24a93
commit bf7d20b482
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 35 additions and 35 deletions

View File

@ -4,10 +4,10 @@
# If the user hasn't chosen one themselves, we do here.
if [ "`/usr/bin/uname 2>&1`" = "OpenBSD" ]; then
if [ X"$AUTOMAKE_VERSION" = X"" ]; then
AUTOMAKE_VERSION=1.16; export AUTOMAKE_VERSION
AUTOMAKE_VERSION=1.16; export AUTOMAKE_VERSION
fi
if [ X"$AUTOCONF_VERSION" = X"" ]; then
AUTOCONF_VERSION=2.69; export AUTOCONF_VERSION
AUTOCONF_VERSION=2.69; export AUTOCONF_VERSION
fi
fi