From d920fe9c0ac12422ee471e3d7c81de8eea99d177 Mon Sep 17 00:00:00 2001 From: "EinvalSledge@gmail.com" Date: Wed, 13 Jun 2012 00:47:15 +0000 Subject: [PATCH] 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 --- cddb-tool | 2 +- changelog | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- 2.20.1