From owner-freebsd-questions@FreeBSD.ORG Tue Jul 3 13:44:15 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1532916A41F for ; Tue, 3 Jul 2007 13:44:15 +0000 (UTC) (envelope-from martin@dc.cis.okstate.edu) Received: from dc.cis.okstate.edu (dc.cis.okstate.edu [139.78.100.219]) by mx1.freebsd.org (Postfix) with ESMTP id C683213C4BD for ; Tue, 3 Jul 2007 13:44:14 +0000 (UTC) (envelope-from martin@dc.cis.okstate.edu) Received: from dc.cis.okstate.edu (localhost.cis.okstate.edu [127.0.0.1]) by dc.cis.okstate.edu (8.13.8/8.13.8) with ESMTP id l63DiEbo098703 for ; Tue, 3 Jul 2007 08:44:14 -0500 (CDT) (envelope-from martin@dc.cis.okstate.edu) Message-Id: <200707031344.l63DiEbo098703@dc.cis.okstate.edu> To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <98701.1183470254.1@dc.cis.okstate.edu> Date: Tue, 03 Jul 2007 08:44:14 -0500 From: Martin McCormick Subject: Re: The worst error message in history belongs to... BIND9! 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, 03 Jul 2007 13:44:15 -0000 Paul Chvostek writes: > This is actually just the difference between sh and bash. You'll see > the latter error if you type `a = 5` in bash in any OS. It just so > happens that most Linux distributions don't have a real sh: I kind of thought that was the real issue. While something like this is maybe slightly annoying at times, the differences in, say, arithmetic handling and loops can sometimes mean rewriting parts of shell scripts depending on whether it is going to run in BSD or Linux. Martin