Fix grumble message from Linux on this script.

This commit is contained in:
Robin Mills 2012-11-02 03:14:47 +00:00
parent 6d88d2b78b
commit 663d16cb4c

View File

@ -1,4 +1,4 @@
#! /bin/sh
#! /bin/bash
# Test driver for video files
#
# video-asf.wmv http://www.educationalquestions.com/video/DLP_PART_2_768k.wmv
@ -9,7 +9,8 @@
# ----------------------------------------------------------------------
# Setup
export LC_ALL=C
if [ `uname -o` == Cygwin ]; then
os=$(uname -o)
if [ "$os" == "Cygwin" ]; then
export "PATH=$PWD/../msvc:$PATH"
fi
cd tmp/