http://bugs.winehq.org/show_bug.cgi?id=21381
Frédéric Delanoy frederic.delanoy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |frederic.delanoy@gmail.com
--- Comment #2 from Frédéric Delanoy frederic.delanoy@gmail.com 2011-07-20 13:40:22 CDT --- On windows, the "call foo" apparently checks if foo exists as a builtin AFTER it tries to find foo in any path directory.
Using foo builtin doesn't look in the path, obviously.
Anyway, "overriding" builtin command names is dubious at best IMHO...