From owner-freebsd-bugs Mon Jul 17 10:14:51 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA11115 for bugs-outgoing; Mon, 17 Jul 1995 10:14:51 -0700 Received: from mail.cs.tu-berlin.de (root@mail.cs.tu-berlin.de [130.149.17.13]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id KAA11087 for ; Mon, 17 Jul 1995 10:14:43 -0700 Received: from caramba.cs.tu-berlin.de (wosch@caramba.cs.tu-berlin.de [130.149.144.4]) by mail.cs.tu-berlin.de (8.6.12/8.6.12) with ESMTP id TAA11510 for ; Mon, 17 Jul 1995 19:06:08 +0200 From: Wolfram Schneider Received: (wosch@localhost) by caramba.cs.tu-berlin.de (8.6.12/8.6.9) id TAA18552; Mon, 17 Jul 1995 19:06:01 +0200 Date: Mon, 17 Jul 1995 19:06:01 +0200 Message-Id: <199507171706.TAA18552@caramba.cs.tu-berlin.de> To: bugs@freebsd.org Subject: /usr/share/perl/dialog.ph MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: bugs-owner@freebsd.org Precedence: bulk $ perl -cw dialog.ph syntax error in file dialog.ph at line 21, next 2 tokens "\attributes[" syntax error in file dialog.ph at line 22, next 2 tokens "\attributes[" syntax error in file dialog.ph at line 23, next 2 tokens "\attributes[" syntax error in file dialog.ph at line 24, next 2 tokens "\attributes[" syntax error in file dialog.ph at line 25, next 2 tokens "\attributes[" syntax error in file dialog.ph at line 26, next 2 tokens "\attributes[" syntax error in file dialog.ph at line 27, next 2 tokens "\attributes[" syntax error in file dialog.ph at line 28, next 2 tokens "\attributes[" syntax error in file dialog.ph at line 29, next 2 tokens "\attributes[" syntax error in file dialog.ph at line 30, next 2 tokens "\attributes[" dialog.ph has too many errors. Solution: $ sed 's/\&attributes\[/$attributes[/' dialog.ph > dialog.ph.new $ mv dialog.ph.new dialog.ph Wolfram