	Modified scripts/lavtc.sh

---
 scripts/lav2mpeg |    2 +-
 scripts/lavtc.sh |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- a/scripts/lavtc.sh
+++ b/scripts/lavtc.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # lav2tc.bash - use transcode to convert MJPEG avi files to another 
 #               video/audio format.
--- a/scripts/lav2mpeg
+++ b/scripts/lav2mpeg
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # A convenient front-end for the various mpeg encoding tools.
 # Allows "1 command" production of a video stream...
--- a/scripts/lav2avi.sh
+++ b/scripts/lav2avi.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 ################################################################################
 ## CONFIGURATION START #########################################################
