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 what architecture are we on?
dnl dnl
SUDO_OSTYPE() SUDO_OSTYPE()
OS=`echo $OS | $TRPROG '[A-Z]' '[a-z]'` OS=`echo $OS | $TRPROG '[[A-Z]]' '[[a-z]]'`
case `echo $OS | $TRPROG '[A-Z]' '[a-z]'` in case "$OS" in
"sunos") echo "Looks like SunOS 4.x" "sunos") echo "Looks like SunOS 4.x"
if test -n "$GCC"; then if test -n "$GCC"; then
STATIC_FLAGS="-static" STATIC_FLAGS="-static"