http://llvm.org/bugs/show_bug.cgi?id=4987
Daniel Dunbar <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Daniel Dunbar <[email protected]> 2009-09-15 23:54:43 --- No, that is how Tcl parses. The run line just happens to be arguments which the exec function interprets, but in Tcl the | doesn't have special handling. -- ddun...@ozzy:clang (master)$ wish % exec echo a| b a| b % echo echo a | b couldn't execute "b": no such file or directory % -- -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
