Bugs item #1015205, was opened at 2004-08-24 14:41 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1015205&group_id=8032
Category: Driver Group: None Status: Open Resolution: None Priority: 5 Submitted By: Peter Strand (pstrand) Assigned to: Nobody/Anonymous (nobody) Summary: ghc-split fails to quote path when used as regex Initial Comment: If the second argument to ghc/driver/split/ghc-split contains a backslash and a 'p', for example ...\pe..., the script fails with an error message: Can't find unicode character property definition via main->e or e.pl at unicode/Is/e.pl line 0 The problem can be solved by a $Tmp_prefix =~ s/\/\\/g; before it is used as a regexp around line 50 in ghc-split. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1015205&group_id=8032 _______________________________________________ Glasgow-haskell-bugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
