Michael Loßin on Thu, 26 Jul 2001 16:19:23 +0200 (CEST)


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

Re: about apsfilter install error


Naomi Wong wrote:
> 
> Dear sir or madam,
> 
>         When I execute the 'SETUP' script of apsfilter at DEC UNIX, it
> will get the following error message. Could you help me to fix?
> 
> 
> ------------------------------------------------------------------------
> -
>         ./SETUP: syntax error at line 409: '|' unexpected
> 
> ------------------------------------------------------------------------

The DEC shell /bin/sh is obviously not able to process the SETUP
(and thus bin/apsfilter will fail as well). Please change the
first lines of SETUP and bin/apsfilter to point to a proper shell
such as bash, pdksh or zsh.

It should look like

	#!/opt/gnu/bin/bash

or whatever the path is.


HTH
Michael