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:
parent
1c52c24a93
commit
bf7d20b482
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user