summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5deb049..ba85b68 100644
--- a/Makefile
+++ b/Makefile
@@ -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.