Il Sun, Feb 27, 2005 at 12:14:23PM +0100, Bastian Blank ha scritto:
> Package: hylafax-server
> Version: 1:4.2.1-2
> Severity: grave
> 
> Default faxrcvd uses the -a parameter of [, this is a bashism, but use
> /bin/sh, not /bin/bash.
 
I just checked manual pages of bash, dash, ksh and it seems that all of
them accept this syntex. It isn't clear to me what is POSIX and what's not.
Do you suggest to change 
  if [ exp1 -a exp2 ]
in
  if [ exp1 ] && [ exp2 ]
?

What is the shell you are using?

Giuseppe


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to