mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 22:35:10 +00:00
fixed a typo
This commit is contained in:
2
aclocal.m4
vendored
2
aclocal.m4
vendored
@@ -168,7 +168,7 @@ if test -n "$UNAMEPROG"; then
|
|||||||
|
|
||||||
if test "$OS" = "SunOS" -a "$OSREV" -ge 5; then
|
if test "$OS" = "SunOS" -a "$OSREV" -ge 5; then
|
||||||
OS="solaris"
|
OS="solaris"
|
||||||
elif test "$OS" = "UMIPS"
|
elif test "$OS" = "UMIPS"; then
|
||||||
OS="riscos"
|
OS="riscos"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user