From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 9D668431FB6 for ; Mon, 5 Nov 2012 03:29:32 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iRtyUlBzDsJ9 for ; Mon, 5 Nov 2012 03:29:30 -0800 (PST) Received: from mail-qc0-f181.google.com (mail-qc0-f181.google.com [209.85.216.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 974DD431FAE for ; Mon, 5 Nov 2012 03:29:30 -0800 (PST) Received: by mail-qc0-f181.google.com with SMTP id x40so4168835qcp.26 for ; Mon, 05 Nov 2012 03:29:27 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type:x-gm-message-state; bh=jF/m1obE4GjYpfbzQ16oXZypzv1luWjxpCbIXHQ5zWo=; b=eAjUcnDwkcKgFj5hFfbp/Y1K3ct7a5IQ7tASWsClHvyIt4hjZo/TkBjn+GZ7gayAMR BEgO8spJ7a9lBKAy30OUk9zKRCSG+vfOsEKyzQO9qVmNY6WVpjq3psA0FIzQMMWbYwKZ DDqO+5odo+EA7NAyFnEP8DfsdSBQvcU4I1djqpDX5YtCJupzQ5r4l6BlRAUp9gZL9/gZ XAdMfHm5fgG8NYA1QpQiscQIylnWjYCxil8/mNyiZhlnPuKum5MmFLBAQ+fb1PmxeUwQ slQd0BKJSCE5ZyYhknjEJIDZbcqYn3Lc0qm61t6cNY9sDDyFg/6fwjhSRZcPVcXleMNb 4vGg== Received: by 10.229.172.35 with SMTP id j35mr3437245qcz.64.1352114967596; Mon, 05 Nov 2012 03:29:27 -0800 (PST) Received: from localhost ([2001:4b98:dc0:43:216:3eff:fe1b:25f3]) by mx.google.com with ESMTPS id c9sm8621546qeh.1.2012.11.05.03.29.26 (version=SSLv3 cipher=OTHER); Mon, 05 Nov 2012 03:29:26 -0800 (PST) From: Jani Nikula To: Blake Jones Subject: Re: [PATCH 05/10] install: check for non-SysV version (Solaris support) In-Reply-To: <13729.1352093224@foo.net> References: <13729.1352093224@foo.net> User-Agent: Notmuch/0.14+81~gcfe3d41 (http://notmuchmail.org) Emacs/23.2.1 (x86_64-pc-linux-gnu) Date: Mon, 05 Nov 2012 12:29:23 +0100 Message-ID: <87fw4oxp7w.fsf@nikula.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Gm-Message-State: ALoCoQk8AwtkkhYzDHHuee+lWtaDyDA73YjHyelWw6heMJPIpX9bbkWvj1pDd6uVuIGG7Sy/O0X3 Cc: notmuch@notmuchmail.org X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Nov 2012 11:29:32 -0000 On Mon, 05 Nov 2012, Blake Jones wrote: >> > +INSTALL="install" >> > +printf "Checking for working \"install\" program... " >> > +mkdir _tmp_ >> >> This doesn't feel like a hot idea. > > Out of curiosity, why not? Note that I'm only referring to creating temp directories like this to check for the install tool compatibility; otherwise I'm fine with the general approach. Jani.