mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-30 05:48:18 +00:00
fixed a typo
This commit is contained in:
parent
52b6b6965b
commit
b4f1460d61
4
aclocal.m4
vendored
4
aclocal.m4
vendored
@ -166,9 +166,9 @@ if test -n "$UNAMEPROG"; then
|
||||
# this is yucky but we want to make sure $OSREV is an int...
|
||||
OSREV=`$UNAMEPROG -r | $SEDPROG -e 's/^[[ \.0A-z]]*//' -e 's/\..*//'`
|
||||
|
||||
if test "$OS" = "SunOS" -a "$OSREV" -ge 5 ; then
|
||||
if test "$OS" = "SunOS" -a "$OSREV" -ge 5; then
|
||||
OS="solaris"
|
||||
elif test "$OS" = "UMIPS"
|
||||
elif test "$OS" = "UMIPS"; then
|
||||
OS="riscos"
|
||||
fi
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user