| Michael Loßin on Fri, 8 Sep 2000 08:40:10 +0200 (CEST) |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| Re: ./SETUP Problem |
Andreas Klemm schrieb: > > On Thu, Sep 07, 2000 at 01:02:25PM +0000, Marcus Henschel wrote: > > Hi all, > > > > I just tar xvzf 'ed "apsfilter-current-05.09.2000.tar.gz" on FreeBSD 4.0 > > release. As I came to the point > > setting up apsfilter with the ./SETUP script I got the following error. > > > > # root@mhpc:/usr/local/apsfilter # ./SETUP > > # ./SETUP: 1289: Syntax error: ")" unexpected (expecting ";;") > > > > Is there anyone out there who can help me ? > > Could you please check, if the new version I committed a few minutes > ago, still has this problem ? This syntax error was incorporated by a former patch I sent in. (Hey, do you really think I test this stuff? Nuts...) Here's the fix (diff against the latest release). Michael
diff -urN apsfilter-cvs/SETUP apsfilter/SETUP --- apsfilter-cvs/SETUP Fri Sep 8 07:47:13 2000 +++ apsfilter/SETUP Fri Sep 8 08:04:34 2000 @@ -1294,7 +1294,7 @@ 5) case PRINTER in hpdj*) ;; *) do_toggle_color ;; - esac + esac ;; t|T) do_print_test_menue ;; v|V) do_view_perflog ;; a|A) exit 1 ;;