Change cddb-tool to use bash to make sure that echo -n works.
authorEinvalSledge@gmail.com <EinvalSledge@gmail.com@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Wed, 13 Jun 2012 00:47:15 +0000 (00:47 +0000)
committerEinvalSledge@gmail.com <EinvalSledge@gmail.com@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Wed, 13 Jun 2012 00:47:15 +0000 (00:47 +0000)
Closes issue 67.

git-svn-id: http://abcde.googlecode.com/svn/trunk@346 a0fa61bc-5347-0410-a1a9-7f54aa4e1825

cddb-tool
changelog

index e0df3b1..7544661 100755 (executable)
--- a/cddb-tool
+++ b/cddb-tool
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 # Copyright (C) 1999 Nathaniel Smith <njs@uclink4.berkeley.edu>
 # Copyright (C) 1999, 2000, 2001 Robert Woodcock <rcw@debian.org>
 
 # Copyright (C) 1999 Nathaniel Smith <njs@uclink4.berkeley.edu>
 # Copyright (C) 1999, 2000, 2001 Robert Woodcock <rcw@debian.org>
index 7c4adfa..8be797f 100644 (file)
--- 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.
     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
 
 
  -- Steve McIntyre <93sam@debian.org>  Mon, 30 Apr 2012 16:59:14 +0100