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

Re: FWD: Bug#75587: debhelper uses bashisms in /bin/sh scripts



On Thu, Oct 26, 2000 at 09:00:31AM -0700, Sean 'Shaleh' Perry wrote:

> test.sh is:
> set -o posix
> 
> command -v sh
> 
> 
> this tells ksh to only handle posix code.
> 
> ksh man page implies command and command -v are posix as well.

zsh:

$ command -v sh
zsh: command not found: -v

They don't exactly claim to be a POSIX shell, but they do somewhat try.

Dave Brown



Reply to: