https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229481

Oleksandr Tymoshenko <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
         Resolution|---                         |Not A Bug
             Status|New                         |Closed

--- Comment #1 from Oleksandr Tymoshenko <[email protected]> ---
this looks like possible csh issue:

/bin/sh and bash:

% /usr/bin/find . -maxdepth 1 -exec echo "(result):"{}  \;
(result):.
(result):./dir 3
(result):./-foo
(result):./dir 4
(result):./ dir 5
(result):./dir 2
(result):./dir 1

/bin/csh and /bin/tcsh:

% /usr/bin/find . -maxdepth 1 -exec echo "(result):"{}  \;
(result):
(result):
(result):
(result):
(result):
(result):
(result):
% /usr/bin/find . -maxdepth 1 -exec echo "(result):"\{\} \;
(result):.
(result):./dir 3
(result):./-foo
(result):./dir 4
(result):./ dir 5
(result):./dir 2
(result):./dir 1

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to