Date: Fri, 28 Feb 2014 14:20:27 -0600 From: Mark Felder <feld@FreeBSD.org> To: freebsd-stable@freebsd.org Subject: Re: ssh-copy-id Message-ID: <1393618827.9046.89104957.4A974C56@webmail.messagingengine.com> In-Reply-To: <2cba8fd9cc51dedc1bd5e127046f4ab7@dweimer.net> References: <2cba8fd9cc51dedc1bd5e127046f4ab7@dweimer.net>
next in thread | previous in thread | raw e-mail | index | archive | help
I modified it like this: echo "alg $alg" echo "key $key" echo "comment $comment" printf "$alg $key $comment\n" >> "$keyfile" ; \ so I could see where printf was breaking. It's breaking on the first one -- $alg Unmatched '. key: Undefined variable. comment: Undefined variable.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1393618827.9046.89104957.4A974C56>