From owner-svn-src-head@freebsd.org Mon Dec 7 20:20:46 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B02759B90B3; Mon, 7 Dec 2015 20:20:46 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-lf0-x22b.google.com (mail-lf0-x22b.google.com [IPv6:2a00:1450:4010:c07::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3E9411249; Mon, 7 Dec 2015 20:20:46 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by lffu14 with SMTP id u14so149515250lff.1; Mon, 07 Dec 2015 12:20:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=MTa5xHPGX343pOOY9XQQfksDW3xoCFcIKFt4BDSOjdE=; b=z9Lk1MpB9rrzoYlRgXLb8ypxFwGc2IYD0w3z+QRjB3NRAbgp09BFJ1Pjt+lpUAGmwp 4OAM9XTk7WtriQeIstgo6P9pqOY1TIQ9iX/pXyLrusjvmA9bLW/eTzrbSAj3VfUI7Es0 5DI6RiZkkJuADzVWjm1Ye4Fyaptl1c1XWnITnk+yHPTtHE4cQpSnbCRmp10GYGKAZHKb yYJ2ANE1JznoAzzkYjo4gyLHH6M7p8isIKltnn17M27L7lVuwyNJmpB/J3ulZghLxszA L7ctbKuUjwRhkNj6RzVZc2+dWN6NTlfpKzE6jz7S/6DjLbM7rHYn0kPb/Q7g9FTzFvs7 dqIA== MIME-Version: 1.0 X-Received: by 10.25.126.5 with SMTP id z5mr15154138lfc.112.1449519644273; Mon, 07 Dec 2015 12:20:44 -0800 (PST) Received: by 10.112.219.9 with HTTP; Mon, 7 Dec 2015 12:20:44 -0800 (PST) In-Reply-To: <1449515859.1358.11.camel@freebsd.org> References: <201512071024.tB7AOcjr094296@repo.freebsd.org> <1449512013.1358.6.camel@freebsd.org> <5FA6DD6B-C70B-4E5A-BD04-5897B02E5FC8@gmail.com> <1449515859.1358.11.camel@freebsd.org> Date: Mon, 7 Dec 2015 12:20:44 -0800 Message-ID: Subject: Re: svn commit: r291929 - head/tools/tools/nanobsd From: NGie Cooper To: Ian Lepore Cc: Warner Losh , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Dec 2015 20:20:46 -0000 On Mon, Dec 7, 2015 at 11:17 AM, Ian Lepore wrote: ... > Arrrgggghhhh! No no no no, a thousand times NO. > > There is NO EXCUSE for that ugly unnecessary xfoo stuff. Quoting > properly supplies all the bulletproofing needed for string comparisons. The xfoo stuff protected against... foo="-lt this variable starts with something that you don't expect" # *wink* *nudge*" ... but as emaste@ said, this is for shells that are not really relevant anymore (SunOS :)?). Thanks, -NGie