mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 18:08:23 +00:00
quoted quare brackets
This commit is contained in:
parent
9e79c34b9b
commit
4eb6ab0b4d
@ -33,8 +33,8 @@ dnl
|
||||
dnl what architecture are we on?
|
||||
dnl
|
||||
SUDO_OSTYPE()
|
||||
OS=`echo $OS | $TRPROG '[A-Z]' '[a-z]'`
|
||||
case `echo $OS | $TRPROG '[A-Z]' '[a-z]'` in
|
||||
OS=`echo $OS | $TRPROG '[[A-Z]]' '[[a-z]]'`
|
||||
case "$OS" in
|
||||
"sunos") echo "Looks like SunOS 4.x"
|
||||
if test -n "$GCC"; then
|
||||
STATIC_FLAGS="-static"
|
||||
|
Loading…
x
Reference in New Issue
Block a user