2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 09:57:41 +00:00

quoted quare brackets

This commit is contained in:
Todd C. Miller 1994-06-03 15:31:18 +00:00
parent 9e79c34b9b
commit 4eb6ab0b4d

View File

@ -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"