From owner-freebsd-stable@FreeBSD.ORG Fri Feb 28 20:29:35 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C30FF570 for ; Fri, 28 Feb 2014 20:29:35 +0000 (UTC) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 956C31481 for ; Fri, 28 Feb 2014 20:29:34 +0000 (UTC) Received: from compute5.internal (compute5.nyi.mail.srv.osa [10.202.2.45]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 780F3211B2 for ; Fri, 28 Feb 2014 15:29:30 -0500 (EST) Received: from web3 ([10.202.2.213]) by compute5.internal (MEProxy); Fri, 28 Feb 2014 15:29:31 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:in-reply-to:references :subject:date; s=smtpout; bh=9u4/TK4Occeatg3AazOLJ1+RgwQ=; b=JBT g5EDUjj3cqJh0+rFbWoaULH3e4MkmhOkXfOEdk5+0yAVvtUjCL2x9fK7YYUDWETd NUar5RgQoigVbEPcw7QV6JzH1aXvEuGCZrkl4FETJhUKXj3uDrKBmxIHvtxtlpUW izt+OyhN4aX+YWCdJXde/olMB54S0lXo6mh3VJSs= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id C113411E547; Fri, 28 Feb 2014 15:29:30 -0500 (EST) Message-Id: <1393619370.11952.89109245.08F11342@webmail.messagingengine.com> X-Sasl-Enc: ZixjlS4tszVg4XBgqRhnEie6sFSssIC8Ni+O7qq4AvFz 1393619370 From: Mark Felder To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-4527a23f In-Reply-To: <2cba8fd9cc51dedc1bd5e127046f4ab7@dweimer.net> References: <2cba8fd9cc51dedc1bd5e127046f4ab7@dweimer.net> Subject: Re: ssh-copy-id Date: Fri, 28 Feb 2014 14:29:30 -0600 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Feb 2014 20:29:35 -0000 This without question has to do with the single quotes on lines 38 and 49. I can't seem to make it play nice.