[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#478850: posh: $ENV variable processed by non-interactive shells



Even more fun:

,----[ mksh ]
| __> msh
| __> type -p which
| which is /bin/which
| __> type which
| which is /bin/which
| __> command -v which
| /bin/which
`----

,----[ ksh ]
| __> ksh
| __> type -p which
| which is /bin/which
| __> type which
| which is a tracked alias for /bin/which
| __> command -v which
| /bin/which
`----

,----[ pdksh ]
| __> pdksh
| __> type -p which
| which is /bin/which
| __> type which
| which is /bin/which
| __> command -v which
| /bin/which
`----

,----[ busybox sh ]
| __> busybox sh
| __> type -p which
| -p: not found
| which is which
| __> type which
| which is which
| __> command -v which
| which
`----


Cheers,
-- 
Atomo64 - Raphael

Please avoid sending me Word, PowerPoint or Excel attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html


Reply to: