From: EinvalSledge@gmail.com Date: Wed, 13 Jun 2012 00:47:15 +0000 (+0000) Subject: Change cddb-tool to use bash to make sure that echo -n works. X-Git-Url: https://git.hcoop.net/clinton/abcde.git/commitdiff_plain/d920fe9c0ac12422ee471e3d7c81de8eea99d177 Change cddb-tool to use bash to make sure that echo -n works. Closes issue 67. git-svn-id: http://abcde.googlecode.com/svn/trunk@346 a0fa61bc-5347-0410-a1a9-7f54aa4e1825 --- diff --git a/cddb-tool b/cddb-tool index e0df3b1..7544661 100755 --- a/cddb-tool +++ b/cddb-tool @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Copyright (C) 1999 Nathaniel Smith # Copyright (C) 1999, 2000, 2001 Robert Woodcock diff --git a/changelog b/changelog index 7c4adfa..8be797f 100644 --- a/changelog +++ b/changelog @@ -19,6 +19,8 @@ abcde 2.5.3 UNRELEASED richard.security.consultant for the patch, adapted slightly. * Tweak do_cdtext() so it works on OS X too. Closes issue 65. Thanks to richard.security.consultant for the patch. + * Change cddb-tool to use bash to make sure that echo -n works. + Closes issue 67. -- Steve McIntyre <93sam@debian.org> Mon, 30 Apr 2012 16:59:14 +0100