From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Loeliger Subject: Re: [PATCH REPOST] fdtget-runtest.sh: use printf instead of /bin/echo -e Date: Sun, 06 Jan 2013 16:03:13 -0600 Message-ID: References: <1355245551-6988-1-git-send-email-swarren@wwwdotorg.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-reply-to: <1355245551-6988-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: Stephen Warren Cc: Stephen Warren , devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org List-Id: devicetree@vger.kernel.org > From: Stephen Warren > > Not all /bin/echo implementations support the -e option. Instead, use > printf, which appears to be more widely available than /bin/echo -e. > > See commit eaec1db "fdtget-runtest.sh: Fix failures when /bin/sh isn't > bash" for history. > > I have tested this on Ubuntu 10.04 with /bin/sh pointing to both dash > and bash. > > Reported-by: Mike Frysinger # and implemented-by > Signed-off-by: Stephen Warren Applied. Thanks, jdl