From owner-freebsd-questions@FreeBSD.ORG Fri Jan 8 12:42:57 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 59731106566B for ; Fri, 8 Jan 2010 12:42:57 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227]) by mx1.freebsd.org (Postfix) with ESMTP id DE8CA8FC0A for ; Fri, 8 Jan 2010 12:42:55 +0000 (UTC) Received: by fxm27 with SMTP id 27so4623904fxm.3 for ; Fri, 08 Jan 2010 04:42:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=m475NDZgKz48zv5v04YqkO0eMEOEI5BJWxpYGKV8Ips=; b=U8qf6okDGMGkNfKa2aMTrYXhUi8/nZnxjJrBuiKJhZPiS95adC3VnR3/Lmn9BAyuoY jifTuky0jFCK//ZcD8OxI6FkPrFQHa6K2nc0o5z9sbp4UtM3ReLdY5ApGh0Uix+TpjEK Dam9zBsS29ukYYY1fGjxdcBo4TGx4z0qd3MV4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=WWDNJSQXV7T9OkJAUCUfkSV3PXlaOWttwr3USqOGzql5s6aQa9lQlfFtTpQXAUa3pe M+TUu9QeVJj0+Q52+pvEHeM4LceuaWDDjTPHG0U48XnCRp+GlPnXL+sTfXKipUVTqBoU YJXCCUYaQz0CRb1vbK/t9FNzHd5V5/9Q77A6k= Received: by 10.223.22.81 with SMTP id m17mr1654282fab.28.1262954572003; Fri, 08 Jan 2010 04:42:52 -0800 (PST) Received: from gumby.homeunix.com (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mx.google.com with ESMTPS id 1sm28134651fks.59.2010.01.08.04.42.50 (version=SSLv3 cipher=RC4-MD5); Fri, 08 Jan 2010 04:42:51 -0800 (PST) Date: Fri, 8 Jan 2010 12:42:49 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20100108124249.490b585b@gumby.homeunix.com> In-Reply-To: <4B4707A5.2000009@higonnet.net> References: <4B4707A5.2000009@higonnet.net> X-Mailer: Claws Mail 3.7.3 (GTK+ 2.18.5; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Can't figure out recursion problem in bash/freebsd - reply/solution to all helpers 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: Fri, 08 Jan 2010 12:42:57 -0000 On Fri, 08 Jan 2010 11:23:33 +0100 "Bernard T. Higonnet" wrote: > #! /bin/sh >... > I shall be bold: this strikes me as a bug in bash. Am I off my nut > here? If it is a bug, it's a bug in /bin/sh, not bash.