[LLVMbugs] [Bug 4987] RUN: line parsing bug
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Tue Sep 15 21:54:47 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=4987
Daniel Dunbar <daniel at zuster.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |daniel at zuster.org
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #1 from Daniel Dunbar <daniel at zuster.org> 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.
--
ddunbar at 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.
More information about the llvm-bugs
mailing list