On branch-1-5, the following change was checked in 2004/12/28:
  revision 1.334.2.45
  date: 2004/12/28 12:39:15;  author: rwild;  state: Exp;  lines: +18 -14
  * ltmain.in: New variable quote_scanset to work around SunOS ksh
  `case' backslash-escaping bug: protect character class by variable
  expansion.  Reported by Alexander Kurz <[EMAIL PROTECTED]>.

Unfortunately, due to an apparent ksh bug on Tru64 UNIX, this breaks:
  $ cat quote
#!/bin/ksh -x

case "foobar" in
*\)*)
  echo bar ;;
esac

  $ ./quote
+ echo bar
bar

I don't see an obvious workaround except for removing *\)* from the
case statement.

-- 
albert chin ([EMAIL PROTECTED])


_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to