From owner-freebsd-questions@FreeBSD.ORG Tue Sep 15 01:13:17 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 063741065670 for ; Tue, 15 Sep 2009 01:13:17 +0000 (UTC) (envelope-from freebsd@insightbb.com) Received: from mxsf08.insightbb.com (mxsf08.insightbb.com [74.128.0.78]) by mx1.freebsd.org (Postfix) with ESMTP id C81478FC0A for ; Tue, 15 Sep 2009 01:13:16 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.44,386,1249272000"; d="scan'208";a="760462260" Received: from unknown (HELO asav03.insightbb.com) ([172.31.249.123]) by mxsf08.insightbb.com with ESMTP; 14 Sep 2009 21:13:14 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApsEADeHrkrQLicL/2dsb2JhbACBU9pLhBcF X-IronPort-AV: E=Sophos;i="4.44,386,1249272000"; d="scan'208";a="106090161" Received: from 208-46-39-11.dia.static.qwest.net (HELO laptop2.stevenfriedrich.org) ([208.46.39.11]) by asavout03.insightbb.com with ESMTP; 14 Sep 2009 21:13:14 -0400 From: Steven Friedrich To: questions@freebsd.org Date: Mon, 14 Sep 2009 21:13:08 -0400 User-Agent: KMail/1.12.1 (FreeBSD/7.2-RELEASE-p3; KDE/4.3.1; i386; ; ) MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200909142113.09065.freebsd@insightbb.com> Cc: Subject: csh issues bogus error message X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Sep 2009 01:13:17 -0000 I'm working on my .cshrc file, so I have to use csh syntax. I, like most Unix shell programmers, usually steer clear of csh scripts, but obviously, .cshrc requires csh syntax. If I create a file with just a # in it, I get: set: Variable name must begin with a letter. I can change the # to #!/bin/csh but I get the same error message This looks like a csh bug to me 8o)