projects
/
abcde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eac2b4e
)
Change cddb-tool to use bash to make sure that echo -n works.
author
Steve McIntyre
<steve@einval.com>
Wed, 13 Jun 2012 00:47:15 +0000
(
00:47
+0000)
committer
Steve McIntyre
<steve@einval.com>
Wed, 13 Jun 2012 00:47:15 +0000
(
00:47
+0000)
Closes issue 67.
cddb-tool
patch
|
blob
|
history
changelog
patch
|
blob
|
history
diff --git
a/cddb-tool
b/cddb-tool
index
e0df3b1
..
7544661
100755
(executable)
--- a/
cddb-tool
+++ b/
cddb-tool
@@
-1,4
+1,4
@@
-#!/bin/sh
+#!/bin/
ba
sh
# Copyright (C) 1999 Nathaniel Smith <njs@uclink4.berkeley.edu>
# Copyright (C) 1999, 2000, 2001 Robert Woodcock <rcw@debian.org>
diff --git
a/changelog
b/changelog
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.
+ * 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