summaryrefslogtreecommitdiff
path: root/doc/ChangeLog
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2008-01-04 12:18:08 +0000
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2008-01-04 12:18:08 +0000
commit5c85a6ca2b45b581822907261cc8f24e1cb8072f (patch)
treed634cc5db6b1740181d8f1af4c5c1012f50d5660 /doc/ChangeLog
parentee21e04747754ec322ab7bc7ad187618053c5bb4 (diff)
downloadvdr-plugin-live-5c85a6ca2b45b581822907261cc8f24e1cb8072f.tar.gz
vdr-plugin-live-5c85a6ca2b45b581822907261cc8f24e1cb8072f.tar.bz2
- A change in the TNTVERS7 detection shell command does not use bash
features. So the previous commit could be 'reverted' and bash is no longer a needed prerequisite for LIVE.
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r--doc/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 75e28af..4786f65 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -3,6 +3,8 @@
* Makefile: Thanks to user 'ernie' in vdr-portal.de, who pointed
out that the Makefile uses a bashism without setting SHELL to
bash.
+ UPDATE: User 'Keef' pointed out a way to omit bash arithmetic
+ expressions. So the dependency on bash could be dropped again.
2007-12-25 Dieter Hametner <dh+vdr at gekrumbel dot de>