diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-01-04 11:34:16 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-01-04 11:34:16 +0000 |
commit | 8e99242f8ea60410c5e0a6b65f65ec5f2e10c240 (patch) | |
tree | 988cb56819c5f7df1fe332fae547f86ab769b2d7 /Makefile | |
parent | d70243c63f52bdffa922bd8cefa8d0cbbca335f5 (diff) | |
download | vdr-plugin-live-8e99242f8ea60410c5e0a6b65f65ec5f2e10c240.tar.gz vdr-plugin-live-8e99242f8ea60410c5e0a6b65f65ec5f2e10c240.tar.bz2 |
- Require /bin/bash as SHELL in top level makefile.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,7 +1,12 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile,v 1.58 2007/12/23 15:31:51 tadi Exp $ +# $Id: Makefile,v 1.59 2008/01/04 11:34:16 tadi Exp $ + +# Because of shell features used in this Makefile that are provided +# only by bash we set the shell to bash + +SHELL = /bin/bash # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. |