From 663d16cb4c246a09298dcdfa476fa22d902bbfa9 Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Fri, 2 Nov 2012 03:14:47 +0000 Subject: [PATCH] Fix grumble message from Linux on this script. --- test/video-test.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/video-test.sh b/test/video-test.sh index 38e40be9..10d855fd 100755 --- a/test/video-test.sh +++ b/test/video-test.sh @@ -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/